Skip to content

Commit

Permalink
chore: update gitignore files for envs
Browse files Browse the repository at this point in the history
  • Loading branch information
saucecodee committed Nov 16, 2020
1 parent 6fee0ce commit b748e6d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/templates/project/.gitignore.ejs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
node_modules

# production env files
.env
src/config/config.json
src/config/env/prod.env.json

# exclude everything
# exclude files in uploads
uploads/*

# exception to the rule
!uploads/.gitkeep

0 comments on commit b748e6d

Please sign in to comment.