RenaiApp/.gitignore

18 lines
184 B
Plaintext

# npm
node_modules
# generated code
/src/**/*.js
/src/**/*.js.map
/tests/**/*.js
/tests/**/*.js.map
/frontend
/index.html
# managed by application
/database
/store
# built app
/out