We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccec9f9 commit 06362d2Copy full SHA for 06362d2
.gitignore
@@ -1,5 +1,64 @@
1
-.versions
+# Gitignore from Quickstart
2
+# qkst.io/dotfiles/gitignore
3
+
4
+# Sensitive files
5
+*.key
6
+*.pem
7
8
+# JavaScript
9
node_modules/
-todo.md
10
+bower_components/
11
npm-debug.log
-.fuse_hidden*
12
13
+# Executables
14
+*.out
15
+*.exe
16
+*.app
17
18
+# Logs
19
+*.log
20
+logs
21
22
+# Archives
23
+*.[7gx]z
24
+*.[tr]ar
25
+*.zip
26
+*.dmg
27
+*.deb
28
+*.rpm
29
+*.xpi
30
+*.msi
31
32
+# Linux
33
+*~
34
+.Trash-*
35
36
+# OS X
37
+._*
38
+.fuse_*
39
+.Spotlight-*
40
+.DS_Store
41
42
+# Windows
43
+*.tmp
44
+*.bak
45
+*.lnk
46
+Thumbs.db
47
48
+# Ansible
49
+*.retry
50
51
+# Vagrant
52
+.vagrant
53
54
+# IDEA
55
+.idea/*
56
57
+# Other VCS
58
+.hg
59
+.bzr
60
+.svn
61
62
+# Other temporary files
63
+*.dump
64
+*.swp
0 commit comments