-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 1.04 KB
/
.gitignore
File metadata and controls
47 lines (43 loc) · 1.04 KB
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
# Flutter/Dart
.dart_tool/
.packages
.pub-cache/
.pub/
build/
# iOS/macOS
ios/.generated/
ios/.symlinks/
ios/Pods/
ios/Runner.xcworkspace/
macos/.generated/
macos/.symlinks/
macos/Pods/
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
# Android
android/key.properties
android/local.properties
android/app/src/main/res/drawable-*/
android/app/src/main/res/mipmap-*/
*.keystore
!native/engine/vendor/JUCE/examples/Assets/Signing/InAppPurchase.keystore
!native/engine/vendor/JUCE/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore
!native/engine/vendor/JUCE/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore
# C++/CMake/JUCE
native/engine/build/
# native/engine/vendor/
*.o
*.obj
!native/engine/vendor/JUCE/examples/Assets/teapot.obj
!native/engine/vendor/JUCE/examples/DemoRunner/Builds/Android/app/src/main/assets/teapot.obj
!native/engine/vendor/JUCE/extras/AudioPluginHost/Builds/Android/app/src/main/assets/teapot.obj
*.a
*.lib
*.so
*.dylib
*.dll
.DS_Store
# Agent
.agent/scratch/