Add IDE config files to .gitignore.

This commit is contained in:
Christopher C. Wells 2019-02-03 10:59:13 -08:00
parent c50600c57d
commit e4f3fec075
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -9,6 +9,9 @@
.env
docker.env
# ide
/.idea
# npm folder
/node_modules