mirror of
https://github.com/github/gitignore
synced 2024-12-05 01:45:42 +01:00
5311d68de3
Now explains why the file is ignored and what steps should be taken before the sublime project file is committed.
12 lines
658 B
Plaintext
12 lines
658 B
Plaintext
# workspace files are user-specific
|
|
*.sublime-workspace
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
# proportion of contributors will probably not be using SublimeText
|
|
# By default sublime text will use the full path to the project root in the project files path setting.
|
|
# This leads to merge conflicts unless it is manually changes. According to sublime documentation, it is recommended to
|
|
# commit the project file in the repository.
|
|
# It is first suggested to change the path setting to the relative setting so it will work uniformly for all users.
|
|
# http://www.sublimetext.com/docs/2/projects.html
|
|
*.sublime-project
|