Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Suave101 committed Jan 5, 2025
1 parent 561d8aa commit aeca51e
Showing 1 changed file with 1 addition and 67 deletions.
68 changes: 1 addition & 67 deletions robotpy_installer/pyproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,26 +177,9 @@ def write_default_pyproject(

ignore_content = inspect.cleandoc(
"""
# Executables
*.exe
*.out
*.app
# Log file
*.log
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Linux ###
*~
Expand Down Expand Up @@ -262,43 +245,7 @@ def write_default_pyproject(
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
### Gradle ###
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
# # VS Code Specific Java Settings
# DO NOT REMOVE .classpath and .project
.classpath
.project
.settings/
bin/
# IntelliJ
*.iml
*.ipr
*.iws
.idea/
out/
Expand Down Expand Up @@ -328,9 +275,6 @@ def write_default_pyproject(
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
Expand Down Expand Up @@ -409,17 +353,7 @@ def write_default_pyproject(
# pyenv
.python-version
# pipenv
Pipfile.lock
# UV
uv.lock
# poetry
poetry.lock
# pdm
pdm.lock
.pdm.toml
.pdm-python
.pdm-build/
Expand Down

0 comments on commit aeca51e

Please sign in to comment.