We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532e9e4 commit 12f5cdaCopy full SHA for 12f5cda
.gitignore
@@ -1,39 +1,15 @@
1
-
2
-# Numerous always-ignore extensions
3
-*.diff
+*~
4
*.err
5
*.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
18
._*
19
.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
30
.fseventsd
31
.DocumentRevisions*
+.DS_Store
32
.TemporaryItems
33
.Trashes
+Thumbs.db
34
35
-# Other paths to ignore
36
-bower_components
+dist
37
node_modules
38
package-lock.json
39
-dist
0 commit comments