thelounge/.npmignore

25 lines
684 B
Text
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 06:42:24 +00:00
# Ignore all dot files except for .thelounge_home
2017-06-29 09:49:07 +00:00
.*
!.thelounge_home
# Ignore client folder as it's being built into public/ folder
# except for the specified files which are used by the server
client/**
2019-12-17 22:10:50 +00:00
!client/js/constants.js
!client/js/helpers/ircmessageparser/findLinks.js
!client/js/helpers/ircmessageparser/cleanIrcMessage.js
!client/index.html.tpl
2017-10-03 10:52:31 +00:00
public/js/bundle.vendor.js.map
2016-06-16 06:42:24 +00:00
coverage/
scripts/
test/
appveyor.yml
webpack.config*.js
2019-10-14 09:15:19 +00:00
postcss.config.js
2018-05-12 09:57:28 +00:00
renovate.json