Files
detekt/.gitignore
Nicola Corti 7f8ee20d75 Setup the website publishing pipeline (#3199)
* Setup a website publishing pipeline

* Revert Url back to https://detekt.github.io/detekt/

* Deploy only on master

* Remove extra blank line

* Update Java in pipeline to 11

* Remove remaining documentation page
2020-11-06 12:45:47 +01:00

171 lines
2.0 KiB
Plaintext

#Mac-User :>
.DS_Store
# Created by https://www.gitignore.io
### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.classpath
### IDEA ###
*.idea
/local.properties
/build
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse
### Java ###
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### LaTeX ###
*.acn
*.acr
*.alg
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.glg
*.glo
*.gls
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc0
*.nav
*.nlo
*.out
*.pdfsync
*.ps
*.snm
*.synctex.gz
*.toc
*.vrb
*.xdy
*.tdo
## Intermediate documents:
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bcf
*-blx.aux
*-blx.bib
*.brf
*.run.xml
## Build tool auxiliary files:
*.synctex.gz(busy)
## Auxiliary and intermediate files from other packages:
# algorithms
*.loa
# amsthm
*.thm
#(e)ledmac/(e)ledpar
*.end
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# listings
*.lol
# minted
*.pyg
# morewrites
*.mw
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
## Maven
target/
/classes/
/out/
*/build/
.gradletasknamecache
/detekt-cli/src/test/kotlin/io/gitlab/arturbosch/detekt/cli/ReproduceSpec.kt
/detekt-cli/src/test/kotlin/io/gitlab/arturbosch/detekt/cli/Test.kt
*.iml
*/out
/docs/_site
/docs/.bundle
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid committing generated documentation to the repo
/docs/pages/documentation
/docs/pages/kdoc
/docs/vendor/