Skip to content

Commit

Permalink
Remove gradle build system & Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Apr 12, 2021
1 parent fc52871 commit 9736437
Show file tree
Hide file tree
Showing 77 changed files with 218 additions and 3,198 deletions.
4 changes: 0 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@

# Scripts
*.sh text eol=lf
gradlew text eol=lf
*.bat text eol=crlf
*.gradle text eol=crlf
*.groovy text eol=crlf
*.def text eol=crlf
*.fgd text eol=crlf
*.cfg text eol=crlf
*.properties text eol=crlf
*.vm text eol=crlf

# Compiled Object files
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
**/build
**/.gradle
.idea
*.iml
*.bat
*.log
*.lnk
Expand All @@ -15,12 +12,11 @@
**/msvc/*.db
**/msvc/*.opendb
**/msvc/*.txt
**/msvc/*.aps
**/msvc/*.amplxeproj
**/msvc/.vs
**/msvc/ipch

regamedll/version/appversion.h
regamedll/msvc/PublishPath*.txt
regamedll/_regamedllTestImg
regamedll/_dev
publish
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

60 changes: 0 additions & 60 deletions build.gradle

This file was deleted.

33 changes: 0 additions & 33 deletions buildSrc/build.gradle

This file was deleted.

This file was deleted.

60 changes: 0 additions & 60 deletions buildSrc/src/main/groovy/dirsync/builder/FileTreeMerger.groovy

This file was deleted.

22 changes: 0 additions & 22 deletions buildSrc/src/main/groovy/dirsync/builder/PostBuildPass.groovy

This file was deleted.

53 changes: 0 additions & 53 deletions buildSrc/src/main/groovy/dirsync/builder/ZipTreeBuilder.groovy

This file was deleted.

Loading

0 comments on commit 9736437

Please sign in to comment.