spigot-plugin-template/.gitignore

266 lines
4.0 KiB
Plaintext
Raw Permalink Normal View History

2020-04-24 20:34:39 +00:00
2021-04-02 02:08:54 +00:00
# Created by https://www.toptal.com/developers/gitignore/api/vscode,python,maven,java,eclipse
# Edit at https://www.toptal.com/developers/gitignore?templates=vscode,python,maven,java,eclipse
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
# Annotation Processing
.apt_generated/
.apt_generated_test/
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
### Eclipse Patch ###
# Spring Boot Tooling
.sts4-cache/
### Java ###
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
.flattened-pom.xml
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log
# Translations
*.mo
*.pot
# Django stuff:
local_settings.py
db.sqlite3
db.sqlite3-journal
2020-04-24 20:34:39 +00:00
# Flask stuff:
instance/
.webassets-cache
2020-04-24 20:34:39 +00:00
# Scrapy stuff:
.scrapy
2020-04-24 20:34:39 +00:00
# Sphinx documentation
docs/_build/
doc/_build/
2020-04-24 20:34:39 +00:00
# PyBuilder
2020-04-24 20:34:39 +00:00
# Jupyter Notebook
.ipynb_checkpoints
2020-04-24 20:34:39 +00:00
# IPython
profile_default/
ipython_config.py
2020-04-24 20:34:39 +00:00
# pyenv
.python-version
2020-04-24 20:34:39 +00:00
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
2020-04-24 20:34:39 +00:00
# poetry
#poetry.lock
2020-04-24 20:34:39 +00:00
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
2020-04-24 20:34:39 +00:00
# Celery stuff
celerybeat-schedule
celerybeat.pid
2020-04-24 20:34:39 +00:00
# SageMath parsed files
*.sage.py
2020-04-24 20:34:39 +00:00
# Environments
# .env
.env/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*
2020-04-24 20:34:39 +00:00
# Spyder project settings
.spyderproject
.spyproject
2020-04-24 20:34:39 +00:00
# Rope project settings
.ropeproject
2020-04-24 20:34:39 +00:00
# mkdocs documentation
/site
2020-04-24 20:34:39 +00:00
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
2020-04-24 20:34:39 +00:00
# Pyre type checker
.pyre/
2020-04-24 20:34:39 +00:00
# pytype static type analyzer
.pytype/
2020-04-24 20:34:39 +00:00
# operating system-related files
*.DS_Store #file properties cache/storage on macOS
Thumbs.db #thumbnail cache on Windows
2020-04-24 20:34:39 +00:00
# profiling data
.prof
2020-04-24 20:34:39 +00:00
2021-04-02 02:08:54 +00:00
### vscode ###
2020-04-24 20:34:39 +00:00
.vscode/*
2021-04-02 02:08:54 +00:00
!.vscode/settings.json
2020-04-24 20:34:39 +00:00
!.vscode/tasks.json
!.vscode/launch.json
2021-04-02 02:08:54 +00:00
!.vscode/extensions.json
*.code-workspace
2020-04-24 20:34:39 +00:00
2021-04-02 02:08:54 +00:00
# End of https://www.toptal.com/developers/gitignore/api/vscode,python,maven,java,eclipse
**/development_server