1
0

Add zip files to gitignore

This commit is contained in:
kolaente
2020-07-19 22:30:45 +02:00
parent 177a67cc62
commit 94b64d3c1a

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules/ node_modules/
.idea/ .idea/
frontend/ frontend/
*.zip