forked from detiuaveiro/ua-thesis-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
95 lines (94 loc) · 1.43 KB
/
.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Output
build/*
# Ignore the contents of every subdirectory
build/**/*
# But not the directories themselves
!build/**/
# And allow gitkeeps
!build/**/.gitkeep
# Rest for linux,windows,osx,vim,emacs,sublimetext,visualstudiocode
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/tasks.json
$RECYCLE.BIN/
*.cab
*.elc
*.lnk
*.msi
*.msix
*.msm
*.msp
*.rel
*.stTheme.cache
*.stackdump
*.sublime-workspace
*.tmPreferences.cache
*.tmlanguage.cache
*_archive
*_flymake.*
*~
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.DocumentRevisions-V100
.LSOverride
.Spotlight-V100
.TemporaryItems
.Trash-*
.Trashes
.VolumeIcon.icns
.\#*
._*
.apdisk
.cask/
.com.apple.timemachine.donotpresent
.dir-locals.el
.directory
.fseventsd
.fuse_hidden*
.netrwhist
.nfs*
.org-id-locations
.projectile
.vscode/*
/.emacs.desktop
/.emacs.desktop.lock
/auto/
/elpa/
/eshell/history
/eshell/lastdir
/server/
GitHub.sublime-settings
Icon
Network Trash Folder
Package Control.ca-bundle
Package Control.ca-certs/
Package Control.ca-list
Package Control.cache/
Package Control.last-run
Package Control.merged-ca-bundle
Package Control.system-ca-bundle
Package Control.user-ca-bundle
Session.vim
Temporary Items
Thumbs.db
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]*.un~
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
[Dd]esktop.ini
\#*\#
auto-save-list
bh_unicode_properties.cache
dist/
ehthumbs.db
ehthumbs_vista.db
flycheck_*.el
oscrypto-ca-bundle.crt
sftp-config.json
tags
tramp