mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-20 23:14:28 +08:00
[Feat] Bump version to 0.1.0-beta && 1st rel
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Dependencies
|
||||
|
||||
node_modules/
|
||||
.npm
|
||||
.yarn
|
||||
|
||||
# ESLint Cache
|
||||
|
||||
.eslintcache
|
||||
|
||||
# NYC Test Output
|
||||
|
||||
.nyc_output
|
||||
|
||||
# Build Artifacts
|
||||
|
||||
/dist
|
||||
/buikd
|
||||
|
||||
# dotEnv Files
|
||||
|
||||
.env
|
||||
.env*
|
||||
|
||||
# Misc
|
||||
|
||||
.DS_Store
|
||||
*.log
|
||||
*.bak
|
||||
Reference in New Issue
Block a user