mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
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
11 lines
228 B
Text
11 lines
228 B
Text
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
|