forked from evandroforks/SublimePackageDefault
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
34 lines (29 loc) · 935 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
# Do not edit this file manually, otherwise your changes will be lost on the next update!
# To change this file contents, edit the package `channelmanager`
# from the `copy_default_package.py` dependency.
# Ignore everything
# *
# **
# Only accept the unchanged files, need to add new files here manually
!.gitignore
!.no-sublime-package
!Context.sublime-menu
!Default (Linux).sublime-keymap
!Default (Linux).sublime-mousemap
!Default (OSX).sublime-keymap
!Default (OSX).sublime-mousemap
!Default (Windows).sublime-keymap
!Default (Windows).sublime-mousemap
!Distraction Free.sublime-settings
!Find Results.hidden-tmLanguage
!install_package_control.py
!package-metadata.json
!Preferences (Linux).sublime-settings
!Preferences (OSX).sublime-settings
!Preferences (Windows).sublime-settings
!Preferences.sublime-settings
!README.md
!Sublime Text Settings.sublime-settings
!Tab Context.sublime-menu
!transpose.py
/Main.sublime-menu