mirror of
https://github.com/xheldon/git-folder-sync.git
synced 2026-07-22 06:59:00 +00:00
26 lines
No EOL
219 B
Text
26 lines
No EOL
219 B
Text
# compiled output
|
|
main.js
|
|
*.js.map
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# system files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# test
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# temporary files
|
|
*.tmp
|
|
*.temp |