Skip to content

Commit

Permalink
chore: clean up assets folder #37
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Mar 29, 2024
1 parent eb74e52 commit c3a059b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6,550 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ yarn-debug.log*
yarn-error.log*

erl_crash.dump

# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/assets/

# Avoiding accidentally adding local docker-compose*.override file to version control that might contain secrets
docker-compose-prod.override.yml
docker-compose.override.yml
docker-compose*.override.yml
Loading

0 comments on commit c3a059b

Please sign in to comment.