Stirling-PDF/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

127 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
.classpath
.project
version.properties
2023-12-23 16:47:18 +01:00
pipeline/watchedFolders/
pipeline/finishedFolders/
2023-07-12 01:17:55 +02:00
#### Stirling-PDF Files ###
customFiles/
2023-08-26 18:30:49 +02:00
configs/
2023-07-12 01:17:55 +02:00
watchedFolders/
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Gradle
.gradle
.lock
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# External tool builders
.externalToolBuilders/
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Locally stored "Eclipse launch configurations"
*.launch
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# CDT-specific (C/C++ Development Tooling)
.cproject
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# CDT- autotools
.autotools
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Java annotation processor (APT)
.factorypath
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# PDT-specific (PHP Development Tools)
.buildpath
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# sbteclipse plugin
.target
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Tern plugin
.tern-project
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# TeXlipse plugin
.texlipse
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# STS (Spring Tool Suite)
.springBeans
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Code Recommenders
.recommenders/
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Annotation Processing
.apt_generated/
.apt_generated_test/
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# 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
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
### Eclipse Patch ###
# Spring Boot Tooling
.sts4-cache/
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
### Java ###
# Compiled class file
*.class
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Log file
*.log
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# BlueJ files
*.ctxt
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Mobile Tools for Java (J2ME)
.mtj.tmp/
2024-02-11 17:47:00 +01:00
2023-07-12 01:17:55 +02:00
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
2023-08-13 02:12:29 +02:00
*.db
2023-07-12 01:17:55 +02:00
/build
2024-02-11 17:47:00 +01:00
2023-10-22 23:43:43 +02:00
/.vscode
2023-12-27 04:27:39 +01:00
/.idea
2024-02-11 17:47:00 +01:00
2023-12-27 04:27:39 +01:00
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store