2015-01-27 11:10:29 +01:00
|
|
|
node_modules
|
2016-06-18 09:19:57 +02:00
|
|
|
lerna-debug
|
|
|
|
npm-debug
|
2015-01-27 11:10:29 +01:00
|
|
|
.DS_Store
|
|
|
|
|
2014-09-29 14:50:46 +02:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
2014-10-30 16:56:34 +01:00
|
|
|
# webpack output
|
2016-06-19 20:47:34 +02:00
|
|
|
packages/unleash-frontend/public/bundle.js
|
|
|
|
packages/unleash-frontend/public/bundle.js.map
|
2014-11-13 19:31:43 +01:00
|
|
|
|
2014-10-31 16:35:35 +01:00
|
|
|
# liquibase stuff
|
|
|
|
/sql
|
|
|
|
unleash-db.jar
|
2014-11-01 11:47:21 +01:00
|
|
|
unleash-server.tar.gz
|
|
|
|
|
|
|
|
# idea stuff:
|
2016-05-03 12:12:37 +02:00
|
|
|
.idea/*
|
2015-06-19 14:11:02 +02:00
|
|
|
|
|
|
|
.vagrant/
|
2016-04-30 10:47:17 +02:00
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
jsconfig.json
|
2016-04-30 22:11:16 +02:00
|
|
|
typings
|
2016-06-16 23:22:11 +02:00
|
|
|
.vscode
|
2016-11-13 15:41:35 +01:00
|
|
|
.nyc_output
|
2017-11-04 12:09:12 +01:00
|
|
|
|
|
|
|
# We use yarn.lock
|
|
|
|
package-lock.json
|
2018-11-20 20:34:42 +01:00
|
|
|
|
|
|
|
# Website stuff
|
|
|
|
/website/build
|
|
|
|
/website/backers.json
|
|
|
|
/website/node_modules
|
|
|
|
/website/yarn.lock
|
|
|
|
/website/translated_docs
|
|
|
|
/website/i18n/*
|