FtcRobotController v8.2

This commit is contained in:
Cal Kestis
2023-07-07 15:15:11 -07:00
parent 0879b4797f
commit 5c8b4c448b
29 changed files with 2125 additions and 1642 deletions

20
.gitignore vendored
View File

@ -9,8 +9,9 @@
# Files for the ART/Dalvik VM
*.dex
# Java class files
# Java/JDK files
*.class
*.hprof
# Generated files
bin/
@ -40,17 +41,10 @@ captures/
# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml
.idea/
# For Mac users
.DS_Store
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
@ -84,4 +78,4 @@ lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
# lint/reports/