mirror of
https://github.com/krisk/Fuse.git
synced 2026-02-01 17:21:26 +00:00
19 lines
221 B
Plaintext
19 lines
221 B
Plaintext
# Filter node stuff
|
|
node_modules/
|
|
*.log
|
|
|
|
# Filter MacOS folder store
|
|
.DS_Store
|
|
|
|
# Filter IDE settings
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Only publish 1 type of lockfile
|
|
package-lock.json
|
|
|
|
# Filter misc
|
|
runner.js
|
|
playground/
|
|
Makefile |