1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-14 20:06:41 +02:00
unleash.unleash/.gitignore

35 lines
441 B
Plaintext
Raw Normal View History

2015-01-27 11:10:29 +01:00
node_modules
.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
# webpack output
2014-10-31 16:35:35 +01:00
public/js/bundle.js
2014-11-13 19:31:43 +01:00
public/js/bundle.js.map
2014-10-31 16:35:35 +01:00
# liquibase stuff
/sql
unleash-db.jar
unleash-server.tar.gz
# idea stuff:
*.iml
2015-06-19 14:11:02 +02:00
.vagrant/