-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (39 loc) · 701 Bytes
/
.gitignore
File metadata and controls
56 lines (39 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Assembled from https://github.com/github/gitignore
#Linux
.* # LOOK HERE (BE VERY CAREFUL ABOUT THIS. IT IGNORES ALL DOTFILES OTHER THAN .gitignore and .npmignore)
!.gitignore
!.npmignore
*~
# KDE
.directory
#OS X
.DS_Store
Icon?
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
#Textmate
*.tmproj
*.tmproject
tmtags
#Vim
.*.sw[a-z]
*.un~
Session.vim
#Emacs
*~
#*#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
# Remnants when using npm
npm-debug.log
# Remnants when using `npm link` while using this module
node_modules
# Module-specific
# example.coffee might leave this file in the root dir if it errors out in the middle
TEST