aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-13 11:31:50 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-04-13 11:31:50 +0200
commit792549e981f5370f07502cab8ca4063e3c76feb9 (patch)
tree33ae98c9864d824361b0b7b520499249dec7ed08 /.gitignore
downloadparquet-792549e981f5370f07502cab8ca4063e3c76feb9.tar.gz
Initial
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..550b373
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+# gradle
+
+.gradle/
+build/
+out/
+classes/
+
+# eclipse
+
+*.launch
+
+# idea
+
+.idea/
+*.iml
+*.ipr
+*.iws
+
+# vscode
+
+.settings/
+.vscode/
+bin/
+.classpath
+.project
+
+# fabric
+
+run/