1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/.gitignore
2020-02-20 08:34:14 +01:00

53 lines
748 B
Plaintext

node_modules
lerna-debug
npm-debug
.DS_Store
# 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
# webpack output
packages/unleash-frontend/public/bundle.js
packages/unleash-frontend/public/bundle.js.map
# liquibase stuff
/sql
unleash-db.jar
unleash-server.tar.gz
# idea stuff:
.idea/*
.vagrant/
# Visual Studio Code
jsconfig.json
typings
.vscode
.nyc_output
# We use yarn.lock
package-lock.json
# Website stuff
/website/build
/website/backers.json
/website/node_modules
/website/yarn.lock
/website/translated_docs
/website/i18n/*