Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Dec 23, 2024
1 parent 508e4fc commit 3e16144
Show file tree
Hide file tree
Showing 48 changed files with 2,892 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# exclude all
/*

# include important folders
# need gradle
!gradle/
!bintray/
!gradlew
!gradlew.bat
!build.gradle
!build.properties
!gradle.properties
!settings.gradle
!.github/

# include markdowns
!README.md
!LICENSE
!COPYING.txt

# include sourcecode
!src/
src/generated/resources/.cache

# include git important files
!.gitmodules
!.gitignore

# code format to reduce noise in git commits
!codeformat/

# include web files
!web/
Loading

0 comments on commit 3e16144

Please sign in to comment.