Library/.gitignore
kolaente b6d0570e79
All checks were successful
the build was successful
Updated gitignore
2018-01-27 14:00:23 +01:00

17 lines
210 B
Plaintext

.idea/*
# Go stuff
Library
dist/*
dist/
config.ini
*.db
cover.html
coverage.out
# Frontend stuff
frontend/node_modules/
frontend/dist/
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*