-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (63 loc) · 2.45 KB
/
Copy path.gitignore
File metadata and controls
70 lines (63 loc) · 2.45 KB
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
# =============================================================================
# SublimeBundle — .gitignore
#
# Goal: version-control the opinionated portable Sublime Text setup, i.e. the
# app itself plus our customizations (user settings, keymaps, the list of
# installed packages), while ignoring everything Sublime Text regenerates at
# runtime (caches, indexes, sessions, logs) and OS/editor junk.
#
# In portable mode all user data lives under ./Data
# =============================================================================
# -----------------------------------------------------------------------------
# Operating system / filesystem junk
# -----------------------------------------------------------------------------
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# -----------------------------------------------------------------------------
# Sublime Text — regenerated / volatile data (portable Data directory)
# -----------------------------------------------------------------------------
# Caches, indexes and logs are rebuilt automatically.
Data/Cache/
Data/Index/
Data/Log/
Data/Local/
Data/Backup/
# Crash/diagnostic artifacts
Data/Crash Reports/
Data/crash_reporter.bin
*.dmp
# Per-machine workspace/session state
*.sublime_session
*.sublime-workspace
# -----------------------------------------------------------------------------
# Sublime Text — runtime libs installed by packages (e.g. LSP, dependencies)
# These are pulled in automatically and are platform-specific.
# -----------------------------------------------------------------------------
Data/Lib/
# -----------------------------------------------------------------------------
# Package Control — generated / cached / machine-specific files
# Keep "Package Control.sublime-settings" (the opinionated package list),
# ignore the rest.
# -----------------------------------------------------------------------------
Data/Packages/*/
!Data/Packages/User
Data/Packages/User/Package Control.cache/
Data/Packages/User/Package Control.last-run
Data/Packages/User/Package Control.merged-ca-bundle
Data/Packages/User/Package Control.ca-list
Data/Packages/User/oauth*.json
!Data/Packages/Language - Polish
!Data/Packages/Language - Spanish
!Data/Packages/Language - French
# -----------------------------------------------------------------------------
# Misc editor/build junk
# -----------------------------------------------------------------------------
*.log
*.tmp
*~