This commit is contained in:
Andrey Sharshov
2025-11-16 18:45:28 +01:00
commit dfa72178d5
187 changed files with 39934 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# 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