mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
update gitignore
This commit is contained in:
parent
88491741a9
commit
f48b64d934
31
packages/app/.gitignore
vendored
31
packages/app/.gitignore
vendored
@ -6,33 +6,4 @@ dist-ssr
|
|||||||
.vscode
|
.vscode
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
ios/**/**
|
ios/**/**
|
||||||
out/
|
out/
|
||||||
|
|
||||||
.idea/
|
|
||||||
types/
|
|
||||||
.sourcemaps
|
|
||||||
xcuserdata/
|
|
||||||
node_modules/
|
|
||||||
Pods/
|
|
||||||
*.map
|
|
||||||
.DS_Store
|
|
||||||
Podfile.lock
|
|
||||||
Build/*
|
|
||||||
build/
|
|
||||||
Index/
|
|
||||||
.*.sw*
|
|
||||||
android-template.iml
|
|
||||||
!/build/.npmkeep
|
|
||||||
lerna-debug.log
|
|
||||||
local.properties
|
|
||||||
contents.xcworkspacedata
|
|
||||||
android-template/.gradle/
|
|
||||||
android-template/app/app.iml
|
|
||||||
.gradle/
|
|
||||||
.settings/
|
|
||||||
.project
|
|
||||||
.env
|
|
||||||
|
|
||||||
# Carthage and Carthage-built binaries
|
|
||||||
Carthage
|
|
||||||
*.xcframework.zip
|
|
29
packages/app/android/.gitignore
vendored
29
packages/app/android/.gitignore
vendored
@ -99,3 +99,32 @@ app/src/main/assets/public
|
|||||||
app/src/main/assets/capacitor.config.json
|
app/src/main/assets/capacitor.config.json
|
||||||
app/src/main/assets/capacitor.plugins.json
|
app/src/main/assets/capacitor.plugins.json
|
||||||
app/src/main/res/xml/config.xml
|
app/src/main/res/xml/config.xml
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
types/
|
||||||
|
.sourcemaps
|
||||||
|
xcuserdata/
|
||||||
|
node_modules/
|
||||||
|
Pods/
|
||||||
|
*.map
|
||||||
|
.DS_Store
|
||||||
|
Podfile.lock
|
||||||
|
Build/*
|
||||||
|
build/
|
||||||
|
Index/
|
||||||
|
.*.sw*
|
||||||
|
android-template.iml
|
||||||
|
!/build/.npmkeep
|
||||||
|
lerna-debug.log
|
||||||
|
local.properties
|
||||||
|
contents.xcworkspacedata
|
||||||
|
android-template/.gradle/
|
||||||
|
android-template/app/app.iml
|
||||||
|
.gradle/
|
||||||
|
.settings/
|
||||||
|
.project
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Carthage and Carthage-built binaries
|
||||||
|
Carthage
|
||||||
|
*.xcframework.zip
|
Loading…
x
Reference in New Issue
Block a user