Skip to content

Commit 19924f4

Browse files
committed
ignore update
1 parent e4dd651 commit 19924f4

File tree

2 files changed

+1433
-5
lines changed

2 files changed

+1433
-5
lines changed

.gitignore

+14-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,21 @@ node_modules/
33
npm-debug.log*
44
yarn-debug.log*
55
yarn-error.log*
6-
package-lock.json
7-
yarn.lock
8-
*.env
6+
# package-lock.json # Keep lockfiles tracked!
7+
# yarn.lock # Keep lockfiles tracked!
8+
.env
9+
.env.*
10+
!/.env.example # Example env files are ok
911
dist/
1012
build/
1113

14+
# Log files
15+
*.log
16+
17+
# Markdown files (except README)
18+
*.md
19+
!README.md
20+
1221
# Python
1322
__pycache__/
1423
*.pyc
@@ -38,5 +47,5 @@ Thumbs.db
3847
*.swo
3948

4049
# Test Reports
41-
test-*.md
42-
test-*.json
50+
# test-*.md # Covered by *.md above
51+
# test-*.json

0 commit comments

Comments
 (0)