Skip to content

Instantly share code, notes, and snippets.

@theoparis
Created May 10, 2020 20:16
Show Gist options
  • Save theoparis/a9b5cb0603fd829796bc31036488a20d to your computer and use it in GitHub Desktop.
Save theoparis/a9b5cb0603fd829796bc31036488a20d to your computer and use it in GitHub Desktop.
Git ignore for minecraft forge mods
/*
!/src/
!.gitignore
!gradlew*
!/gradle/
!LICENSE
!/LICENSE.txt
!/README.md
!build.gradle
!.travis.yml
!/textures/
!/gradle.properties
!.gitattributes
!ASSETS_LICENSE.txt
src/generated/resources/\.cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment