Skip to content

Commit edaa71e

Browse files
committed
chore: updating ignore files
1 parent 8b8fa49 commit edaa71e

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

.gitignore

+47-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
1-
node_modules
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
*.pid.lock
13+
14+
# Directory for instrumented libs generated by jscoverage/JSCover
15+
lib-cov
16+
17+
# Coverage directory used by tools like istanbul
18+
coverage
19+
20+
# nyc test coverage
21+
.nyc_output
22+
23+
# Dependency directories
24+
node_modules/
25+
26+
# Optional npm cache directory
27+
.npm
28+
29+
# Optional eslint cache
30+
.eslintcache
31+
32+
# Optional REPL history
33+
.node_repl_history
34+
35+
# Output of 'npm pack'
36+
*.tgz
37+
38+
# Yarn Integrity file
39+
.yarn-integrity
40+
41+
# dotenv environment variables file
42+
.env
43+
44+
# package-lock
45+
package-lock.json
46+
47+
# DS_Store file
248
.DS_Store

.npmignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
build
2+
test
3+
.eslintrc.yml
4+
.releaserc
5+
.travis.yml
6+
commitlint.config.js

0 commit comments

Comments
 (0)