Migrate deploy-lftp script to tsx
Also change assets directory to `assets` and add default `.htaccess` file
This commit is contained in:
parent
405ad38f5d
commit
d01594f456
19 changed files with 172 additions and 97 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -7,15 +7,20 @@ dist/
|
|||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
*.log
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# local project settings
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/settings.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue