Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 928ca0b

Browse files
committed
ignore all dot files (except the ones we care about)
- so that devs can add their own e.g .editorconfig, .ackrc to their local repo and still `git add --all` if they want to.
1 parent 2a20e93 commit 928ca0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ build/*
77
!build/README.md
88

99
npm-debug.log*
10+
11+
.*
12+
!/.gitignore
13+
!/.npmignore
14+
!/.eslintrc
15+
!/.eslintignore

0 commit comments

Comments
 (0)