RenaiApp/.gitignore

18 lines
182 B
Plaintext

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