Skip to content

Commit 8a83e27

Browse files
committed
better .gitignore
1 parent 43df2f8 commit 8a83e27

File tree

1 file changed

+71
-1
lines changed

1 file changed

+71
-1
lines changed

.gitignore

+71-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,71 @@
1-
node_modules
1+
*~
2+
_*
3+
._*
4+
5+
*.orig
6+
7+
*.iws
8+
.idea
9+
.idea_modules/
10+
*.tmlanguage.cache
11+
*.tmPreferences.cache
12+
*.stTheme.cache
13+
*.sublime-workspace
14+
sftp-config.json
15+
.vscode/
16+
.history
17+
18+
.fuse_hidden*
19+
.directory
20+
.Trash-*
21+
.nfs*
22+
*.DS_Store
23+
.AppleDouble
24+
.LSOverride
25+
Icon
26+
.DocumentRevisions-V100
27+
.fseventsd
28+
.Spotlight-V100
29+
.TemporaryItems
30+
.Trashes
31+
.VolumeIcon.icns
32+
.com.apple.timemachine.donotpresent
33+
.AppleDB
34+
.AppleDesktop
35+
Network Trash Folder
36+
Temporary Items
37+
.apdisk
38+
Thumbs.db
39+
ehthumbs.db
40+
ehthumbs_vista.db
41+
Desktop.ini
42+
$RECYCLE.BIN/
43+
*.cab
44+
*.msi
45+
*.msm
46+
*.msp
47+
*.lnk
48+
49+
logs
50+
*.log
51+
npm-debug.log*
52+
yarn-debug.log*
53+
yarn-error.log*
54+
pids
55+
*.pid
56+
*.seed
57+
*.pid.lock
58+
lib-cov
59+
coverage
60+
.nyc_output
61+
.grunt
62+
bower_components
63+
.lock-wscript
64+
node_modules/
65+
jspm_packages/
66+
.npm
67+
.eslintcache
68+
.node_repl_history
69+
*.tgz
70+
.yarn-integrity
71+
.env

0 commit comments

Comments
 (0)