Add local/ to .gitignore

This commit is contained in:
Eike Kettner 2020-09-13 11:48:31 +02:00
parent 9b41ffe008
commit 7104323e7e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
#artwork/*.png
target/
local/
node_modules/
dev.conf
elm-stuff

5
.projectile Normal file
View File

@ -0,0 +1,5 @@
!/local
!/local/dev.conf
!/local/test.rest
!/modules/restapi/target/scala-2.13
!/modules/webapp/target/elm-src/Api/Model