1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-21 21:30:08 +00:00

Added sublime and textmate to gitignore

This commit is contained in:
Markus Bartz 2013-05-03 21:20:25 +02:00
parent 66af0da84c
commit 1195f00d3c

8
.gitignore vendored
View File

@ -44,6 +44,12 @@ nbactions.xml
*.imlworkspace *.imlworkspace
.xml .xml
# Sublime Text 2
*.sublime-*
# Textmate
*.tmproj
# Community Framework # Community Framework
# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted. # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
*.tar *.tar
@ -54,4 +60,4 @@ nbactions.xml
.sass-cache .sass-cache
*.css *.css
*.bak *.bak