gitingore

This commit is contained in:
Anthony Stirling 2023-07-12 00:17:55 +01:00
parent 50bcca10e2
commit 5d926b022b

242
.gitignore vendored
View File

@ -1,121 +1,123 @@
### Eclipse ### ### Eclipse ###
.metadata .metadata
bin/ bin/
tmp/ tmp/
*.tmp *.tmp
*.bak *.bak
*.swp *.swp
*~.nib *~.nib
local.properties local.properties
.settings/ .settings/
.loadpath .loadpath
.recommenders .recommenders
.classpath .classpath
.project .project
version.properties version.properties
*.pdf
#### Stirling-PDF Files ### pipeline/
customFiles/
config/ #### Stirling-PDF Files ###
watchedFolders/ customFiles/
config/
watchedFolders/
# Gradle
.gradle
.lock # Gradle
.gradle
# External tool builders .lock
.externalToolBuilders/
# External tool builders
# Locally stored "Eclipse launch configurations" .externalToolBuilders/
*.launch
# Locally stored "Eclipse launch configurations"
# PyDev specific (Python IDE for Eclipse) *.launch
*.pydevproject
# PyDev specific (Python IDE for Eclipse)
# CDT-specific (C/C++ Development Tooling) *.pydevproject
.cproject
# CDT-specific (C/C++ Development Tooling)
# CDT- autotools .cproject
.autotools
# CDT- autotools
# Java annotation processor (APT) .autotools
.factorypath
# Java annotation processor (APT)
# PDT-specific (PHP Development Tools) .factorypath
.buildpath
# PDT-specific (PHP Development Tools)
# sbteclipse plugin .buildpath
.target
# sbteclipse plugin
# Tern plugin .target
.tern-project
# Tern plugin
# TeXlipse plugin .tern-project
.texlipse
# TeXlipse plugin
# STS (Spring Tool Suite) .texlipse
.springBeans
# STS (Spring Tool Suite)
# Code Recommenders .springBeans
.recommenders/
# Code Recommenders
# Annotation Processing .recommenders/
.apt_generated/
.apt_generated_test/ # Annotation Processing
.apt_generated/
# Scala IDE specific (Scala & Java development for Eclipse) .apt_generated_test/
.cache-main
.scala_dependencies # Scala IDE specific (Scala & Java development for Eclipse)
.worksheet .cache-main
.scala_dependencies
# Uncomment this line if you wish to ignore the project description file. .worksheet
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project # Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
### Eclipse Patch ### #.project
# Spring Boot Tooling
.sts4-cache/ ### Eclipse Patch ###
# Spring Boot Tooling
### Git ### .sts4-cache/
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false ### Git ###
*.orig # Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
# Created by git when using merge tools for conflicts *.orig
*.BACKUP.*
*.BASE.* # Created by git when using merge tools for conflicts
*.LOCAL.* *.BACKUP.*
*.REMOTE.* *.BASE.*
*_BACKUP_*.txt *.LOCAL.*
*_BASE_*.txt *.REMOTE.*
*_LOCAL_*.txt *_BACKUP_*.txt
*_REMOTE_*.txt *_BASE_*.txt
*_LOCAL_*.txt
### Java ### *_REMOTE_*.txt
# Compiled class file
*.class ### Java ###
# Compiled class file
# Log file *.class
*.log
# Log file
# BlueJ files *.log
*.ctxt
# BlueJ files
# Mobile Tools for Java (J2ME) *.ctxt
.mtj.tmp/
# Mobile Tools for Java (J2ME)
# Package Files # .mtj.tmp/
*.jar
*.war # Package Files #
*.nar *.jar
*.ear *.war
*.zip *.nar
*.tar.gz *.ear
*.rar *.zip
*.tar.gz
/build *.rar
/build
/.vscode /.vscode