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:
parent
be29138962
commit
3534ffcd1d
|
@ -3,6 +3,7 @@
|
|||
*.iml
|
||||
work/
|
||||
/data/
|
||||
/plugins/
|
||||
logs/
|
||||
.DS_Store
|
||||
build/
|
||||
|
|
Loading…
Reference in New Issue