2016-07-13 23:57:56 -04: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 02:42:24 -04:00
|
|
|
|
2017-11-19 13:21:37 -05:00
|
|
|
# Ignore all dot files except for .thelounge_home
|
2017-06-29 12:49:07 +03:00
|
|
|
.*
|
2017-11-19 13:21:37 -05:00
|
|
|
!.thelounge_home
|
2017-09-29 20:10:57 +03:00
|
|
|
|
2017-11-12 12:11:24 +02:00
|
|
|
# Ignore client folder as it's being built into public/ folder
|
2017-09-28 11:58:43 +03:00
|
|
|
# except for the specified files which are used by the server
|
2017-11-12 12:54:51 -05:00
|
|
|
client/**
|
2019-12-18 00:10:50 +02:00
|
|
|
!client/js/constants.js
|
2019-11-05 12:36:44 +02:00
|
|
|
!client/js/helpers/ircmessageparser/findLinks.js
|
|
|
|
!client/js/helpers/ircmessageparser/cleanIrcMessage.js
|
2018-01-13 19:46:59 -05:00
|
|
|
!client/index.html.tpl
|
2017-11-12 12:11:24 +02:00
|
|
|
|
2017-10-03 13:52:31 +03:00
|
|
|
public/js/bundle.vendor.js.map
|
2016-06-16 02:42:24 -04:00
|
|
|
coverage/
|
2016-07-13 23:57:56 -04:00
|
|
|
scripts/
|
|
|
|
test/
|
|
|
|
appveyor.yml
|
2018-02-21 01:19:16 -05:00
|
|
|
webpack.config*.js
|
2019-10-14 12:15:19 +03:00
|
|
|
postcss.config.js
|
2018-05-12 12:57:28 +03:00
|
|
|
renovate.json
|