Initial commit
This commit is contained in:
commit
820907c3c2
9 changed files with 13506 additions and 0 deletions
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Build
|
||||
.nuxt
|
||||
.output
|
||||
dist
|
||||
|
||||
# Cache
|
||||
.cache
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Editor settings
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
# Logs
|
||||
*.log*
|
||||
|
||||
# Nitro
|
||||
.nitro
|
||||
|
||||
# System
|
||||
Icon
|
||||
.DS_Store
|
||||
|
||||
# Environment variables
|
||||
.env
|
Loading…
Add table
Add a link
Reference in a new issue