44 lines
391 B
Plaintext
44 lines
391 B
Plaintext
# sublime text files
|
|
*.sublime*
|
|
*.vscode*
|
|
*.*~*.TMP
|
|
test/lib
|
|
|
|
|
|
# temp files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
npm-debug.log
|
|
|
|
# project files
|
|
.project
|
|
|
|
# vim swap files
|
|
*.sw*
|
|
|
|
# emacs temp files
|
|
*~
|
|
\#*#
|
|
|
|
# project ignores
|
|
!.gitkeep
|
|
*__temp
|
|
node_modules
|
|
bin/
|
|
lib/
|
|
dist/
|
|
coverage/
|
|
temp
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# jetBrains IDE ignores
|
|
.idea
|
|
.vs-code
|
|
.eslintcache
|
|
docs/
|
|
example.api.json*
|
|
|
|
.npmrc
|