initial commit
This commit is contained in:
36
dev/tekton/examples/example-bank/bank-user-cleanup-utility/.gitignore
vendored
Executable file
36
dev/tekton/examples/example-bank/bank-user-cleanup-utility/.gitignore
vendored
Executable file
@@ -0,0 +1,36 @@
|
||||
**/target
|
||||
!.keep
|
||||
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
|
||||
## Local configuration files
|
||||
/local/config/*
|
||||
|
||||
*.swo
|
||||
*.swp
|
||||
Reference in New Issue
Block a user