diff options
| author | Tibor Blenessy | 2018-05-31 16:28:28 +0200 |
|---|---|---|
| committer | Tibor Blenessy | 2018-05-31 18:57:14 +0200 |
| commit | 6cebcca87c5d276627fe22b9c53ddeb4844894b6 (patch) | |
| tree | 4dc20dbd5cab875faabc992f5f74c589412214ed /.gitignore | |
| parent | 3745f8a57c76225cf77ec53a0b03ce87d9a75d49 (diff) | |
| download | sonar-css-6cebcca87c5d276627fe22b9c53ddeb4844894b6.tar.bz2 | |
Bootstrap the plugin
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 39 |
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/ |
