2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/.gitignore

15 lines
192 B
Plaintext

node_modules
.DS_Store
Thumbs.db
*test.db
*.log
.cache
/dist
/temp
# ignore everything in 'app' folder what had been generated from 'src' folder
/app/app.js
/app/background.js
/app/**/*.map