Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Moving gitflow code lab down a directory, in prep for adding more (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger authored Oct 22, 2020
1 parent 636979d commit 0f5c059
Show file tree
Hide file tree
Showing 39 changed files with 294 additions and 104 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
java-version: 1.11

- name: Build Robot
working-directory: gitflow
run: ./gradlew build
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,3 @@ imgui.ini
**/build/

# End of https://www.gitignore.io/api/java,gradle,intellij+iml,visualstudiocode,linux,macos,windows,c++,visualstudiocode

# SnobotSim
logs/
simulator_config/joystick_config.properties
simulator_config/networktables.ini*
2 changes: 1 addition & 1 deletion .idea/checkstyle-idea.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions .idea/runConfigurations/Build___Deploy_Robot.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/runConfigurations/Build___Deploy_Robot_for_Debugging.xml

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/runConfigurations/Clean_Build___Deploy_Robot.xml

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions Codelab.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Loading

0 comments on commit 0f5c059

Please sign in to comment.