for better local building performance

- ignore node_modules for building performance
- ignore some misc stuff, DS_Store, etc
This commit is contained in:
tim-hub 2020-08-23 14:07:01 +12:00
parent 05dc77ca35
commit 8c66af79d8
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
.git
docker-compose.yml
docker-compose.yml
Dockerfile
.gitignore
.DS_Store
node_modules