forked from InfinityLoop1308/PipePipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (40 loc) · 651 Bytes
/
.gitignore
File metadata and controls
48 lines (40 loc) · 651 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
/.idea
/web
/nightly
build/
release/
temp/
config.py
# Gradle build outputs
**/build/
**/bin/
**/.gradle/
**/.kotlin/
# Android build outputs
**/intermediates/
**/generated/
**/outputs/
**/tmp/
**/captures/
# IDE files
**/*.iml
**/.idea/caches/
**/.idea/libraries/
**/.idea/modules.xml
**/.idea/workspace.xml
**/.idea/navEditor.xml
**/.idea/assetWizardSettings.xml
# Local configuration files
**/local.properties
# Test reports and results
**/reports/
**/test-results/
# Kotlin metadata
**/kotlinProjectStructureMetadata/
**/kotlinToolingMetadata/
# Native build
**/.externalNativeBuild/
**/.cxx/
# OS generated files
**/.DS_Store
**/Thumbs.db