aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTibor Blenessy2018-05-31 16:28:28 +0200
committerTibor Blenessy2018-05-31 18:57:14 +0200
commit6cebcca87c5d276627fe22b9c53ddeb4844894b6 (patch)
tree4dc20dbd5cab875faabc992f5f74c589412214ed /.gitignore
parent3745f8a57c76225cf77ec53a0b03ce87d9a75d49 (diff)
downloadsonar-css-6cebcca87c5d276627fe22b9c53ddeb4844894b6.tar.bz2
Bootstrap the plugin
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..882cf0f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+# ---- Mac OS X
+.DS_Store?
+Icon?
+# Thumbnails
+._*
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+# ---- Windows
+# Windows image file caches
+Thumbs.db
+# Folder config file
+Desktop.ini
+
+# ---- IntelliJ IDEA
+*.iws
+*.iml
+*.ipr
+.idea/
+out/
+
+# ---- Eclipse
+.project
+.settings/
+.classpath
+bin/
+
+# --- SonarQube
+.sonar/
+.sonarlint/
+.scannerwork/
+
+# --- Gradle
+.gradle/
+build/
+
+# --- Maven and Orchestrator
+target/