mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2025-12-16 20:59:25 +00:00
initial commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Coverage
|
||||
coverage
|
||||
|
||||
# Transpiled files
|
||||
build/
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
!.vscode/tasks.js
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user