diff options
| author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-11-07 20:25:12 +0100 |
|---|---|---|
| committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-11-07 20:25:12 +0100 |
| commit | 94ba8ebd621f33ea3d340662aa69a0631b3a63ea (patch) | |
| tree | 2a8a96ebe2a4f5f6976c81e4bf165d2f065b841a /.gitignore | |
| parent | fcec6e0fb21ef6e74b75a7bf9e38f4ee72e9b028 (diff) | |
| download | GT5-Unofficial-94ba8ebd621f33ea3d340662aa69a0631b3a63ea.tar.gz GT5-Unofficial-94ba8ebd621f33ea3d340662aa69a0631b3a63ea.tar.bz2 GT5-Unofficial-94ba8ebd621f33ea3d340662aa69a0631b3a63ea.zip | |
Draft for unified build script
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 101 |
1 files changed, 25 insertions, 76 deletions
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 |
