initial
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# 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
|
||||
types
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# jetBrains IDE ignores
|
||||
.idea
|
||||
.vs-code
|
||||
.eslintcache
|
||||
docs/
|
||||
example.api.json*
|
||||
|
||||
.npmrc
|
||||
Reference in New Issue
Block a user