hardlounge/.npmignore

20 lines
552 B
Plaintext
Raw Normal View History

# This file must not contain generated assets listed in .gitignore.
# npm-debug.log and node_modules/ are ignored by default.
# See https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
2016-06-16 02:42:24 -04:00
# Ignore all dot files except for .lounge_home
2017-06-29 05:49:07 -04:00
.*
!.lounge_home
# Ignore client folder as it's being built into public/ folder
# except for the findLinks.js file which is used by the server
client/**
!client/js/libs/handlebars/ircmessageparser/findLinks.js
2017-10-03 06:52:31 -04:00
public/js/bundle.vendor.js.map
2016-06-16 02:42:24 -04:00
coverage/
scripts/
test/
appveyor.yml
webpack.config.js