forked from drewTheNerd/FreightFrenzy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·52 lines (51 loc) · 1015 Bytes
/
.gitignore
File metadata and controls
executable file
·52 lines (51 loc) · 1015 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
51
52
#
# This file is a GIT Ignore File. If you are forking this repository and you don't see specific files,
# it is most likely due to this file, GIT Ignore Files remove selected files that are normally unused.
# If you need to find a spefic file or directory that you want to keep, use a file editor like Visual Studio Code,
# and press CTRL + F, search for the file extention or directory, and remove it from this file! :)
#
*.apk
*.aar
*.ap_
*.aab
!libs/*.aar
*.dex
*.class
bin/
gen/
out/
.gradle/
build/
local.properties
proguard/
*.log
.navigation/
captures/
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
.idea/modules.xml
.idea/navEditor.xml
.externalNativeBuild
.cxx/
freeline.py
freeline/
freeline_project_description.json
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
vcs.xml
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
.DS_Store
.env
yarn.lock