Added plugins to .gitignore

Since plugins should never be committed to the core codebase and it is useful to be able to add plugins to the development environment adding plugins folder to the .gitignore file will stop it from appearing in the unstaged changes
This commit is contained in:
Colin Goodheart-Smithe 2014-05-28 09:38:58 +01:00
parent be29138962
commit 3534ffcd1d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.iml
work/
/data/
/plugins/
logs/
.DS_Store
build/