Browse Source

gitignore update

pull/2/head
Alej 3 years ago
parent
commit
fb42b1102f
1 changed files with 31 additions and 0 deletions
  1. 31
    0
      .gitignore

+ 31
- 0
.gitignore View File

1
+# File system junk files
2
+Desktop.ini
3
+Thumbs.db
4
+.DS_Store
5
+._*
6
+.Spotlight-V100
7
+.Trashes
8
+.apdisk
9
+.fseventsd
10
+..bfg-report
11
+
12
+# Archives
13
+*.zip
14
+
15
+# Editor files
16
+*.sublime-*
17
+*.swp
18
+.c9
19
+
20
+# Wordpress
21
+uploads
22
+db
23
+**/node_modules
24
+plugins/*
25
+cvd-theme/assets/fonts/*
26
+
27
+# Env
28
+.env
29
+
30
+# Build files
31
+cvd-theme/build

Loading…
Cancel
Save