f9c7255d0b
- `client/views/` contains templates whose built version is provided with each releases - `.gitignore` doesn't appear in our releases, but I'm not sure if this comes from npm itself or Travis CI publishing for us. Adding it here for completeness. - Surprisingly, `.npmignore` itself is not ignored... - All other files and directories are for development purposes only
12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
node_modules/
|
|
npm-debug.log
|
|
|
|
coverage/
|
|
|
|
# Built assets created at npm install/prepublish time
|
|
# See https://docs.npmjs.com/misc/scripts
|
|
client/fonts/
|
|
client/js/libs.min.js.map
|
|
client/js/libs.min.js
|
|
client/js/lounge.templates.js
|