1
0
mirror of https://github.com/kremalicious/umami.git synced 2025-02-14 21:10:34 +01:00

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,2 +1,6 @@
.git .git
docker-compose.yml docker-compose.yml
Dockerfile
.gitignore
.DS_Store
node_modules