Skip to content

Commit ec8a7fa

Browse files
committed
chore: Improve .gitignore rules
1 parent 75cf703 commit ec8a7fa

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.gitignore

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,2 @@
1-
.serverless
2-
*.log
1+
/node_modules
32
npm-debug.log
4-
pids
5-
*.pid
6-
*.seed
7-
dist
8-
lib-cov
9-
coverage
10-
.grunt
11-
.lock-wscript
12-
node_modules
13-
.idea
14-
.DS_Store
15-
.tmp
16-
.env
17-
env.js
18-
env.yml
19-
env.json
20-
admin.env
21-
tmp
22-
*.pyc
23-
*.swp
24-
*.swo
25-
vendor
26-
./bin/Debug/netcoreapp2.1/
27-
./bin/release/netcoreapp2.1/

0 commit comments

Comments
 (0)