Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-06-24 12:28:38 +0400
committerChris Rebert <code@rebertia.com>2014-06-24 12:28:38 +0400
commit5fa6372d540375ecca42fbb566469d334443b74b (patch)
treec7a38bd71a76f3c104c0849c2471ce73668fd4b5 /.gitignore
parentfcb65c09915715196421cba4e86e2b5fa28da78e (diff)
Scala gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore71
1 files changed, 19 insertions, 52 deletions
diff --git a/.gitignore b/.gitignore
index 51cbe85..7d3a34f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,54 +1,21 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-env/
-bin/
-build/
-develop-eggs/
-dist/
-eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-*.egg-info/
-.installed.cfg
-*.egg
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.cache
-nosetests.xml
-coverage.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Rope
-.ropeproject
-
-# Django stuff:
+*.class
*.log
-*.pot
-
-# Sphinx documentation
-docs/_build/
+# sbt specific
+.cache/
+.history/
+.lib/
+dist/*
+target/
+lib_managed/
+src_managed/
+project/boot/
+project/plugins/project/
+
+# Scala-IDE specific
+.scala_dependencies
+.worksheet
+.idea
+
+# Safeguard login creds
+src/main/resources/application.conf