-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (42 loc) · 765 Bytes
/
.gitignore
File metadata and controls
50 lines (42 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
.wrangler
# Node dependencies
node_modules
# Lock files (using bun)
package-lock.json
yarn.lock
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Environment files
.env.local
# iOS (Capacitor)
ios/App/Pods/
ios/App/App/public/
ios/App/App/capacitor.config.json
ios/App/App/capacitor.plugins.json
ios/DerivedData/
*.xcuserstate
*.xcworkspace/xcuserdata/
# Android (Capacitor)
android/.idea/
android/.gradle/
android/build/
android/app/build/
android/capacitor-cordova-android-plugins/build/
android/app/src/main/assets/public/
android/app/src/main/assets/capacitor.config.json
android/app/src/main/assets/capacitor.plugins.json
android/local.properties
resources/ios/**/*
resources/android/**/*