Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 8 additions & 27 deletions pipeline-framework/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,26 @@ pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

# IDE
.idea/
*.iml
*.iws
*.ipr
*.iws
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
.classpath
.project

# Build
*.class
*.jar
*.war

# Logs
*.log
logs/
/var/log/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Application
/data/
/checkpoint-data/
/app-logs/

# Test
/test-output/
*.class
*.jar
!.mvn/wrapper/maven-wrapper.jar

# Temporary files
*.tmp
*.bak
*.pid
Loading