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
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
# Commenting this out is preferred by some people, see
|
|
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Users Environment Variables
|
|
|
|
.lock-wscript
|
2014-10-20 13:03:43 +02:00
|
|
|
|
2014-10-30 16:56:34 +01:00
|
|
|
# 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
|
|
|
|
|
|
|
.DS_Store
|
2014-10-22 17:07:11 +02: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:
|
|
|
|
*.iml
|