feat: supported flatpak version v3
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -13,25 +13,23 @@ node_modules
|
||||
.env.production.local
|
||||
|
||||
# Testing
|
||||
coverage
|
||||
coverage/
|
||||
|
||||
# Turbo
|
||||
.turbo
|
||||
.turbo/
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
.vercel/
|
||||
|
||||
# Build Outputs
|
||||
.next/
|
||||
out/
|
||||
build
|
||||
dist
|
||||
build/
|
||||
dist/
|
||||
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log*
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user