Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 0a7a715

Browse files
mleanossimison
authored andcommitted
Moved all editor setting to bottom
I moved all the editor files underneath all the other settings. As the editor list grows, it will help keep things organized, and editor configs are less pertinent to individual developers.
1 parent 6c2c77c commit 0a7a715

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.gitignore

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ modules/users/client/img/profile/uploads
2323
config/env/local.js
2424
*.pem
2525

26+
# General
27+
# =======
28+
*.log
29+
*.csv
30+
*.dat
31+
*.out
32+
*.pid
33+
*.gz
34+
*.tmp
35+
*.bak
36+
*.swp
37+
logs/
38+
build/
39+
2640
# Sublime editor
2741
# ==============
2842
.sublime-project
@@ -55,16 +69,3 @@ mongod
5569
*.njsproj
5670
*.sln
5771

58-
# General
59-
# =======
60-
*.log
61-
*.csv
62-
*.dat
63-
*.out
64-
*.pid
65-
*.gz
66-
*.tmp
67-
*.bak
68-
*.swp
69-
logs/
70-
build/

0 commit comments

Comments
 (0)