Skip to content

Commit 06362d2

Browse files
committed
update gitignore
1 parent ccec9f9 commit 06362d2

File tree

1 file changed

+62
-3
lines changed

1 file changed

+62
-3
lines changed

.gitignore

+62-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
1-
.versions
1+
# Gitignore from Quickstart
2+
# qkst.io/dotfiles/gitignore
3+
4+
# Sensitive files
5+
*.key
6+
*.pem
7+
8+
# JavaScript
29
node_modules/
3-
todo.md
10+
bower_components/
411
npm-debug.log
5-
.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

Comments
 (0)