Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General project cleanups #1011

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .clang-format

This file was deleted.

62 changes: 0 additions & 62 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,63 +1 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug Report
about: You Found a Bug and we are going to fix it using this info
title: ''
labels: bug
assignees: matthew17754
assignees: ''

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
about: Suggest an Improvement or Idea
title: ''
labels: enhancement
assignees: matthew17754
assignees: ''

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/not-sure-if-it-s-a-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Not Sure If It's a Bug
about: For when you have a problem but there is no clear single bug
title: ''
labels: question
assignees: matthew17754
assignees: ''

---

Expand Down
36 changes: 0 additions & 36 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md

This file was deleted.

33 changes: 1 addition & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,5 @@
.vs/
.vscode/
.DS_Store
**/*/.idea/
/build/
.gradle/

# Binary
*.exe
*.exe.stackdump
*.a
*.dll
*.dll.meta
*.so
*.log

*.pidb.meta
*.pdb.meta
*.mdb.meta

sysinfo.txt

!/engine/Assets/Packages/Api.dll
!/engine/Assets/Packages/Nuget/Editor/NugetForUnity.dll
!/engine/Assets/Packages/portable.bouncycastle.1.9.0.nupkg
!/engine/Assets/Packages/BouncyCastle.Crypto.dll
!/engine/Assets/Packages/ServerApi.dll

!/api/libs/UnityEngine.dll

importer/Backup/
importer/Backup1/
importer/UpgradeLog.htm
importer/UpgradeLog2.htm

api/Api/Gen/
.DS_Store
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "mirabuf"]
path = mirabuf
url = https://github.com/HiceS/mirabuf
url = https://github.com/HiceS/mirabuf.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Here are some of our primary goals for Synthesis:
If you are a FIRST robotics student who just wants to use Synthesis, you *don't* need this repo. Simply **install the latest release of Synthesis from [synthesis.autodesk.com/download](https://synthesis.autodesk.com/download.html)**.

> [!IMPORTANT]
> Moving to [synthesis.autodesk.com]
> Moving to [synthesis.autodesk.com](http://synthesis.autodesk.com/).

If you're a developer who wants to contribute to Synthesis, you're in the right place. Synthesis is comprised of 3 main components that can be developed separately. These components include:

Expand Down
Loading