mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-05 16:00:01 +01:00
* Update .gitignore * Delete image-sequencer-ui.min.js * Delete image-sequencer.js * Delete image-sequencer.min.js * Update README.md * Update README.md * Update CONTRIBUTING.md * Update .npmignore * Update README.md * Update .npmignore * Update CONTRIBUTING.md
53 lines
744 B
Plaintext
53 lines
744 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.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
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
node_modules/*
|
|
|
|
# Dist Files
|
|
dist/*
|
|
dist
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
.DS_Store
|
|
|
|
*.swp
|
|
todo.txt
|
|
test.js
|
|
output.txt
|
|
output/
|
|
test/core/modules/test_outputs
|
|
test/core/modules/test_outputs/*
|
|
node_modules/
|
|
node_modules/*
|
|
test_outputs
|
|
/test_outputs
|