File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## Node ###
2+ # Logs
3+ logs
4+ * .log
5+ npm-debug.log *
6+ yarn-debug.log *
7+ yarn-error.log *
8+
9+ # Dependency directories
10+ node_modules /
11+
12+ # Optional npm cache directory
13+ .npm
14+
15+ # Optional REPL history
16+ .node_repl_history
17+
18+ # Output of 'npm pack'
19+ * .tgz
20+
21+ # Yarn Integrity file
22+ .yarn-integrity
23+
24+ # dotenv environment variables file
25+ .env
26+ .envrc
27+
28+ # parcel-bundler cache (https://parceljs.org/)
29+ .cache
30+
31+
32+ # End of https://www.gitignore.io/api/node
33+
34+ .tern- *
35+ TAGS
36+ built /
37+ /package-lock.json
38+ cypress /screenshots
39+ cypress /videos
40+
41+ # ignore from published tarball
42+ .nowignore
43+ .prettierrc
44+ cypress.json
45+ now.json
46+ .circleci /
47+ examples /
48+ cypress /
49+ built /** /* .tsbuildinfo
You can’t perform that action at this time.
0 commit comments