From 94ba8ebd621f33ea3d340662aa69a0631b3a63ea Mon Sep 17 00:00:00 2001 From: Johann Bernhardt Date: Sun, 7 Nov 2021 20:25:12 +0100 Subject: Draft for unified build script --- .gitignore | 101 +++++++++++++++---------------------------------------------- 1 file changed, 25 insertions(+), 76 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d3b80e6cd6..4a0ea1e653 100644 --- a/.gitignore +++ b/.gitignore @@ -1,80 +1,29 @@ .gradle - -# Ignore Gradle GUI config -gradle-app.setting - -# ========================= -# Operating System Files -# ========================= - -# OSX -# ========================= - -.DS_Store -.AppleDouble -.LSOverride - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -# Windows -# ========================= - -# Windows image file caches -Thumbs.db -ehthumbs.db - -# Folder config file -Desktop.ini - -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -### Intellij IDEA ### - +.settings +/.idea/ +/run/ +/build/ +/eclipse/ +.classpath +.project +/bin/ +/config/ +/crash-reports/ +/logs/ +options.txt +/saves/ +usernamecache.json +banned-ips.json +banned-players.json +eula.txt +ops.json +server.properties +servers.dat +usercache.json +whitelist.json +world/ +/out/ *.iml *.ipr *.iws -libs/ -.idea/ -.idea_modules/ - - -#Folders - -eclipse/ -run/ -.gradle/ - -*.log -tmp/ -libsrc/ -out/ -*.bat -.classpath -.settings -build/* -bin/ \ No newline at end of file +src/main/resources/mixins.*.json -- cgit