Skip to content

Commit

Permalink
feat(angular): ignore node_modules from server folder (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar authored Apr 14, 2021
1 parent e48bfc9 commit 54c88ad
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# IDEs
.idea/
jsconfig.json
.vscode/

# Misc
node_modules/
npm-debug.log*
yarn-error.log*

# Mac OSX Finder files.
**/.DS_Store
.DS_Store

# Sensitive
.env

0 comments on commit 54c88ad

Please sign in to comment.