1
0
This repository has been archived on 2024-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
role-wizard-discord-bot/.gitignore

34 lines
358 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# VS Code
.vscode/
*.code-workspace
# Mac
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Environment files
.env
.env.local
.env.development
.env.test
.env.production
# TypeScript
*.js
*.js.map
*.d.ts
# Misc
/build
/node_modules
.zed