Skip to content

Commit a4c1c0a

Browse files
author
praveenjuge
committed
Gitignore updates
Signed-off-by: praveenjuge <[email protected]>
1 parent 3ffadfe commit a4c1c0a

File tree

1 file changed

+84
-1
lines changed

1 file changed

+84
-1
lines changed

.gitignore

+84-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,85 @@
11
/node_modules
2-
/public
2+
/public
3+
4+
.DS_Store
5+
6+
7+
# Ignore bundler config
8+
/.bundle
9+
10+
# Ignore the build directory
11+
/build
12+
13+
# Ignore cache
14+
/.sass-cache
15+
/.cache
16+
17+
# Ignore .DS_store file
18+
.DS_Store
19+
.s3_sync
20+
/.s3_sync
21+
22+
/node_modules
23+
.tmp
24+
npm-debug.log
25+
.env
26+
package-lock.json
27+
28+
# Logs
29+
logs
30+
*.log
31+
npm-debug.log*
32+
yarn-debug.log*
33+
yarn-error.log*
34+
35+
# Runtime data
36+
pids
37+
*.pid
38+
*.seed
39+
*.pid.lock
40+
41+
# Directory for instrumented libs generated by jscoverage/JSCover
42+
lib-cov
43+
44+
# Coverage directory used by tools like istanbul
45+
coverage
46+
47+
# nyc test coverage
48+
.nyc_output
49+
50+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
51+
.grunt
52+
53+
# Bower dependency directory (https://bower.io/)
54+
bower_components
55+
56+
# node-waf configuration
57+
.lock-wscript
58+
59+
# Compiled binary addons (https://nodejs.org/api/addons.html)
60+
build/Release
61+
62+
# Dependency directories
63+
node_modules/
64+
jspm_packages/
65+
66+
# Typescript v1 declaration files
67+
typings/
68+
69+
# Optional npm cache directory
70+
.npm
71+
72+
# Optional eslint cache
73+
.eslintcache
74+
75+
# Optional REPL history
76+
.node_repl_history
77+
78+
# Output of 'npm pack'
79+
*.tgz
80+
81+
# Yarn Integrity file
82+
.yarn-integrity
83+
84+
# dotenv environment variables file
85+
.env

0 commit comments

Comments
 (0)