Skip to content

Commit 12f5cda

Browse files
Simplified .gitignore
1 parent 532e9e4 commit 12f5cda

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

.gitignore

+4-28
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,15 @@
1-
2-
# Numerous always-ignore extensions
3-
*.diff
1+
*~
42
*.err
53
*.log
6-
*.orig
7-
*.rej
8-
*.swo
9-
*.swp
10-
*.vi
11-
*.zip
12-
*~
13-
*.sass-cache
14-
*.ruby-version
15-
*.rbenv-version
16-
17-
# OS or Editor folders
184
._*
195
.cache
20-
.DS_Store
21-
.idea
22-
.project
23-
.settings
24-
.tmproj
25-
*.esproj
26-
*.sublime-project
27-
*.sublime-workspace
28-
nbproject
29-
Thumbs.db
306
.fseventsd
317
.DocumentRevisions*
8+
.DS_Store
329
.TemporaryItems
3310
.Trashes
11+
Thumbs.db
3412

35-
# Other paths to ignore
36-
bower_components
13+
dist
3714
node_modules
3815
package-lock.json
39-
dist

0 commit comments

Comments
 (0)