docs: add readme

This commit is contained in:
Ludvig Lundgren 2021-08-11 15:22:06 +02:00
commit bc418ff248
2 changed files with 60 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
# Logs and databases #
######################
*.log
*.sql
*.sqlite
*.db
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Other
.idea
node_modules/
web/build
bin/
log/
dist/