2016-07-14 03:57:56 +00:00
|
|
|
# This file must not contain generated assets listed in .gitignore.
|
2016-02-18 06:01:37 +00:00
|
|
|
# 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
|
|
|
|
2017-11-19 18:21:37 +00:00
|
|
|
# Ignore all dot files except for .thelounge_home
|
2017-06-29 09:49:07 +00:00
|
|
|
.*
|
2017-11-19 18:21:37 +00:00
|
|
|
!.thelounge_home
|
2017-09-29 17:10:57 +00:00
|
|
|
|
2017-11-12 10:11:24 +00:00
|
|
|
# Ignore client folder as it's being built into public/ folder
|
2017-09-28 08:58:43 +00:00
|
|
|
# except for the specified files which are used by the server
|
2017-11-12 17:54:51 +00:00
|
|
|
client/**
|
2017-11-12 10:11:24 +00:00
|
|
|
!client/js/libs/handlebars/ircmessageparser/findLinks.js
|
2017-09-28 08:58:43 +00:00
|
|
|
!client/js/libs/handlebars/ircmessageparser/cleanIrcMessage.js
|
2018-01-14 00:46:59 +00:00
|
|
|
!client/index.html.tpl
|
2017-11-12 10:11:24 +00:00
|
|
|
|
2017-10-03 10:52:31 +00:00
|
|
|
public/js/bundle.vendor.js.map
|
2016-06-16 06:42:24 +00:00
|
|
|
coverage/
|
2016-07-14 03:57:56 +00:00
|
|
|
scripts/
|
|
|
|
test/
|
|
|
|
appveyor.yml
|
2018-02-21 06:19:16 +00:00
|
|
|
webpack.config*.js
|
2018-05-12 09:57:28 +00:00
|
|
|
renovate.json
|