Browse Source

Add sublime workspace file to .gitignore

pull/6/head
Marcio Mazza 10 years ago
parent
commit
2572f3a882
  1. 3
      .gitignore

3
.gitignore

@ -65,7 +65,6 @@ target/
# Others
.env
.bak
sapl.sublime-project
*~
# Dev tools configuration files
@ -74,6 +73,8 @@ sapl.sublime-project
.pydevproject
.settings
.vagrant
*.sublime-project
*.sublime-workspace
# specific to this project
static

Loading…
Cancel
Save