diff options
| author | kekzdealer <kekzdealer@gmail.com> | 2020-05-07 14:00:30 +0200 |
|---|---|---|
| committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-07 14:00:30 +0200 |
| commit | 3323e408d1da23e2acf0f3418971499c9607b78c (patch) | |
| tree | ec986f167d19c191d453fda330fd6fe4e0c69ce3 | |
| parent | 91484015c8935888b4501fdafb3fe517b64df76f (diff) | |
| download | GT5-Unofficial-3323e408d1da23e2acf0f3418971499c9607b78c.tar.gz GT5-Unofficial-3323e408d1da23e2acf0f3418971499c9607b78c.tar.bz2 GT5-Unofficial-3323e408d1da23e2acf0f3418971499c9607b78c.zip | |
removing /saves/ from repo
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | saves/NEI/client.dat | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2b76857a98..b270af0e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,10 +19,10 @@ hs_err_pid* /bin/
/logs/
-
/build/
/crash-reports/
/saves/
+
/.gradle
/.gradle/*
.gradle
diff --git a/saves/NEI/client.dat b/saves/NEI/client.dat deleted file mode 100644 index e69de29bb2..0000000000 --- a/saves/NEI/client.dat +++ /dev/null |
