-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (52 loc) · 943 Bytes
/
.gitignore
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
57
58
### Userspace
config/*
!config/enabled/example.conf
!config/exclude_list/ignore_files_on_pull.txt
!config/exclude_list/ignore_files_on_push.txt
!config/include_list/files_or_folders_list_to_pull.txt
!config/include_list/files_or_folders_list_to_push.txt
### Project log files
log/*
!log/.gitkeep
### Ignore Mac OSX Operating System files
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Ignore Windows Operating System files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msm
*.msp
*.lnk
# Ignore Linux Operating System files
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*
# TextMate
*.tmproj
*.tmproject
tmtags
# Visual Studio Code
.vscode/*