mirror of
				https://github.com/arcan1s/ffxivbis.git
				synced 2025-10-31 05:33:41 +00:00 
			
		
		
		
	
							
								
								
									
										161
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										161
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,96 +1,87 @@ | ||||
| # Byte-compiled / optimized / DLL files | ||||
| __pycache__/ | ||||
| *.py[cod] | ||||
| *$py.class | ||||
| #### joe made this: http://goel.io/joe | ||||
|  | ||||
| # C extensions | ||||
| *.so | ||||
| #### jetbrains #### | ||||
|  | ||||
| # Distribution / packaging | ||||
| .Python | ||||
| env/ | ||||
| build/ | ||||
| develop-eggs/ | ||||
| dist/ | ||||
| downloads/ | ||||
| eggs/ | ||||
| .eggs/ | ||||
| parts/ | ||||
| sdist/ | ||||
| *.egg-info/ | ||||
| .installed.cfg | ||||
| *.egg | ||||
| # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | ||||
| # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||||
|  | ||||
| # 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 | ||||
| # User-specific stuff: | ||||
| .idea | ||||
|  | ||||
| # Installer logs | ||||
| pip-log.txt | ||||
| pip-delete-this-directory.txt | ||||
| ## File-based project format: | ||||
| *.iws | ||||
|  | ||||
| # Unit test / coverage reports | ||||
| htmlcov/ | ||||
| .tox/ | ||||
| .coverage | ||||
| .coverage.* | ||||
| ## Plugin-specific files: | ||||
|  | ||||
| # IntelliJ | ||||
| /out/ | ||||
|  | ||||
| # mpeltonen/sbt-idea plugin | ||||
| .idea_modules/ | ||||
|  | ||||
| # JIRA plugin | ||||
| atlassian-ide-plugin.xml | ||||
|  | ||||
| # Crashlytics plugin (for Android Studio and IntelliJ) | ||||
| com_crashlytics_export_strings.xml | ||||
| crashlytics.properties | ||||
| crashlytics-build.properties | ||||
| fabric.properties | ||||
|  | ||||
| #### gradle #### | ||||
|  | ||||
| .gradle | ||||
| /build/ | ||||
|  | ||||
| # Ignore Gradle GUI config | ||||
| gradle-app.setting | ||||
|  | ||||
| # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||||
| !gradle-wrapper.jar | ||||
|  | ||||
| # Cache of project | ||||
| .gradletasknamecache | ||||
|  | ||||
| # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | ||||
| # gradle/wrapper/gradle-wrapper.properties | ||||
|  | ||||
| #### java #### | ||||
|  | ||||
| *.class | ||||
|  | ||||
| # Mobile Tools for Java (J2ME) | ||||
| .mtj.tmp/ | ||||
|  | ||||
| # Package Files # | ||||
| *.jar | ||||
| *.war | ||||
| *.ear | ||||
|  | ||||
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||||
| hs_err_pid* | ||||
|  | ||||
| #### scala #### | ||||
|  | ||||
| *.class | ||||
| *.log | ||||
|  | ||||
| # sbt specific | ||||
| .cache | ||||
| nosetests.xml | ||||
| coverage.xml | ||||
| *,cover | ||||
| .hypothesis/ | ||||
|  | ||||
| # Translations | ||||
| *.mo | ||||
| *.pot | ||||
|  | ||||
| # Django stuff: | ||||
| *.log* | ||||
| local_settings.py | ||||
|  | ||||
| # Flask stuff: | ||||
| instance/ | ||||
| .webassets-cache | ||||
|  | ||||
| # Scrapy stuff: | ||||
| .scrapy | ||||
|  | ||||
| # Sphinx documentation | ||||
| docs/_build/ | ||||
|  | ||||
| # PyBuilder | ||||
| .history | ||||
| .lib/ | ||||
| dist/* | ||||
| target/ | ||||
| lib_managed/ | ||||
| src_managed/ | ||||
| project/boot/ | ||||
| project/plugins/project/ | ||||
|  | ||||
| # IPython Notebook | ||||
| .ipynb_checkpoints | ||||
| # Scala-IDE specific | ||||
| .scala_dependencies | ||||
| .worksheet | ||||
|  | ||||
| # pyenv | ||||
| .python-version | ||||
|  | ||||
| # celery beat schedule file | ||||
| celerybeat-schedule | ||||
|  | ||||
| # dotenv | ||||
| .env | ||||
|  | ||||
| # virtualenv | ||||
| venv/ | ||||
| ENV/ | ||||
|  | ||||
| # Spyder project settings | ||||
| .spyderproject | ||||
|  | ||||
| # Rope project settings | ||||
| .ropeproject | ||||
|  | ||||
| *.deb | ||||
|  | ||||
| .idea/ | ||||
|  | ||||
| .mypy_cache/ | ||||
|  | ||||
| /cache | ||||
| # ENSIME specific | ||||
| .ensime_cache/ | ||||
| .ensime | ||||
|  | ||||
| *.db | ||||
|  | ||||
		Reference in New Issue
	
	Block a user