nativefier/.gitignore

49 lines
730 B
Plaintext
Raw Normal View History

# OSX
.DS_Store
2015-07-05 06:02:36 +00:00
# Node.js
2015-07-05 06:02:36 +00:00
# ignore compiled lib files
lib/*
app/lib/*
# commit a placeholder to keep the app/lib directory
!app/lib/.placeholder
dist
2015-07-05 06:02:36 +00:00
# Logs
logs
*.log
npm-debug.log*
2015-07-05 06:02:36 +00:00
# Runtime data
pids
*.pid
*.seed
2015-07-05 06:02:36 +00:00
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
2015-07-05 06:02:36 +00:00
# Coverage directory used by tools like istanbul
coverage
2015-07-05 06:02:36 +00:00
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
2015-07-05 06:02:36 +00:00
# node-waf configuration
.lock-wscript
2015-07-05 06:02:36 +00:00
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2015-07-05 06:02:36 +00:00
# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
2015-07-05 06:02:36 +00:00
# IntelliJ project files
.idea
*.iml
out
gen