Skip to content

Commit b3b04a9

Browse files
author
Gabriel Montalvo
committed
gitignore update
1 parent 34749db commit b3b04a9

File tree

1 file changed

+50
-8
lines changed

1 file changed

+50
-8
lines changed

.gitignore

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Logs
22
logs
33
*.log
4-
npm-debug.log*
54

65
# Runtime data
76
pids
@@ -17,17 +16,60 @@ coverage
1716
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1817
.grunt
1918

20-
# node-waf configuration
21-
.lock-wscript
22-
2319
# Compiled binary addons (http://nodejs.org/api/addons.html)
2420
build/Release
2521

2622
# Dependency directory
23+
# Commenting this out is preferred by some people, see
24+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
2725
node_modules
2826

29-
# Optional npm cache directory
30-
.npm
27+
# Users Environment Variables
28+
.lock-wscript
29+
30+
# =========================
31+
# Operating System Files
32+
# =========================
33+
34+
# OSX
35+
# =========================
36+
37+
.DS_Store
38+
.AppleDouble
39+
.LSOverride
40+
41+
# Thumbnails
42+
._*
43+
44+
# Files that might appear on external disk
45+
.Spotlight-V100
46+
.Trashes
47+
48+
# Directories potentially created on remote AFP share
49+
.AppleDB
50+
.AppleDesktop
51+
Network Trash Folder
52+
Temporary Items
53+
.apdisk
54+
55+
# Windows
56+
# =========================
57+
58+
# Windows image file caches
59+
Thumbs.db
60+
ehthumbs.db
61+
62+
# Folder config file
63+
Desktop.ini
64+
65+
# Recycle Bin used on file shares
66+
$RECYCLE.BIN/
67+
68+
# Windows Installer files
69+
*.cab
70+
*.msi
71+
*.msm
72+
*.msp
3173

32-
# Optional REPL history
33-
.node_repl_history
74+
# Windows shortcuts
75+
*.lnk

0 commit comments

Comments
 (0)