Skip to content

Commit 9da15d6

Browse files
committed
Extend list of resources excluded from versioning
1 parent 094e8af commit 9da15d6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
.DS_Store
2+
Thumbs.db
3+
Desktop.ini
24
node_modules
5+
package-lock.json
6+
._*
7+
.\#*
8+
\#*\#
9+
*~
310
*.log
11+
*.lock
12+
[._]*.s[a-v][a-z]
13+
[._]*.sw[a-p]
14+
[._]s[a-v][a-z]
15+
[._]sw[a-p]
16+
!urls.log
17+
/test.mjs
18+
/test.js

0 commit comments

Comments
 (0)