Files
slot-game-kit/.gitignore
Andrey Sharshov c02d04073f initial
2025-11-16 18:48:06 +01:00

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