aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThibault Gagnaux <tgagnaux@gmail.com>2021-06-28 11:10:10 +0200
committerThibault Gagnaux <tgagnaux@gmail.com>2021-06-28 11:10:10 +0200
commitf3d085304bad105e65ce0c77f25ae59161fd8776 (patch)
tree92988ca069de5c6cdce67a18971d9ccfb3b0ef85 /.gitignore
parent3be7e4219a15c0939f929c7c0836273f78e3a4f5 (diff)
downloadfrege-gradle-plugin-f3d085304bad105e65ce0c77f25ae59161fd8776.tar.gz
frege-gradle-plugin-f3d085304bad105e65ce0c77f25ae59161fd8776.tar.bz2
frege-gradle-plugin-f3d085304bad105e65ce0c77f25ae59161fd8776.zip
Inits branch with a simple groovy test
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 2 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
index 4d56716..0217c9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,6 @@
-
-# ignore IDEA files
-*.iml
-*.ipr
-*.iws
-.idea
-# ignore eclipse files
-.project
-.classpath
-.settings
-.scala_dependencies
-.externalToolBuilders
-.factorypath
-# ignore others
-out
-src/test/mod-test
-classes
-.cache
-.DS_Store
.gradle
-.springBeans
-bin
+.vscode
build
-*.pyc
+.project
-# Ignore Gradle GUI config
-gradle-app.setting