Updates .gitignore to ignore data files

This commit is contained in:
Ariana Giroux 2022-07-19 15:00:13 -06:00
parent 9ef10153c9
commit 1c4ff4eafb
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
/bower_components/
/node_modules/
/node_modules/
resources/data.*
venv
*.sw*
.ropeproject