Skip to content

Commit

Permalink
chore(gitignore): ignore /app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed May 5, 2022
1 parent cf251a2 commit 9c82a25
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion template/gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies

/node_modules
/.pnp
.pnp.js

# testing

/coverage

# production

/build

# misc

.DS_Store
.env
.env.local
Expand All @@ -21,11 +25,14 @@

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log\*

# output files

/dist
public/cr-com-lib.js
/app

# local history folder

/.history

0 comments on commit 9c82a25

Please sign in to comment.