-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
33 lines (32 loc) · 843 Bytes
/
.gitignore
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
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
android/.idea
android/app/src/main/jniLibs
android/app/src/main/swift/.build
android/app/src/main/swift/.idea
core/.build
android/app/src/main/swift/WeatherCoreBridge.xcodeproj
core/.swiftpm/xcode/xcuserdata
core/.swiftpm/xcode/package.xcworkspace/xcuserdata
apple/Weather.xcodeproj/project.xcworkspace/xcuserdata
apple/Weather.xcodeproj/xcuserdata
*.xcuserstate
*.xcbkptlist
apple/SwiftWeather.xcodeproj/xcuserdata/andrius.xcuserdatad/xcschemes/xcschememanagement.plist
apple/SwiftWeather.xcodeproj/xcuserdata
core/WeatherCore.xcodeproj/xcshareddata
core/WeatherCore.xcodeproj/project.xcworkspace/xcshareddata
Package.resolved
.idea