33 lines
398 B
Plaintext
33 lines
398 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
.idea
|
|
.cache
|
|
npm-debug.log*
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# elm-package generated files
|
|
elm-stuff/
|
|
# elm-repl generated files
|
|
repl-temp-*
|
|
|
|
.DS_Store
|
|
example/dist
|
|
|
|
ignore
|
|
dist
|
|
tests/VerifyExamples
|
|
package-lock.json
|