diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-08 11:43:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-08 11:43:51 +0200 |
| commit | 60b2374520f353592aca58ef355cd177145ef8f1 (patch) | |
| tree | b257de6ec2ef68c4aed0317d63a94153920f4b00 /.gitignore | |
| parent | eb9d33c69976363a542730a369c866b8f8504285 (diff) | |
| download | SkyHanni-60b2374520f353592aca58ef355cd177145ef8f1.tar.gz SkyHanni-60b2374520f353592aca58ef355cd177145ef8f1.tar.bz2 SkyHanni-60b2374520f353592aca58ef355cd177145ef8f1.zip | |
Merge pull request #3
* Added gradle and mac stuff to gitignore
* Added new badge and fixed kotlin (java) badge
* Fixed inconsistency in project (HyPixel x Hypixel)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 606e5b149..735978e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,11 @@ .vscode/ run/ build/ + +# gradle +build +gradle.properties +.gradle + +#other +.DS_STORE |
