- Add classes directory to be ignored by git - Doesn't yet handle actions defined for entry, exit or do behariour. - Docs to come when features around error actions are fully implemented. - Fixes #240
19 lines
164 B
Plaintext
19 lines
164 B
Plaintext
.gradle
|
|
bin
|
|
build
|
|
.settings
|
|
.classpath
|
|
.project
|
|
*.iml
|
|
*.log
|
|
*.ipr
|
|
*.iws
|
|
*.swp
|
|
metastore_db
|
|
/src/test/resources/s3.properties
|
|
/.idea/
|
|
.DS_Store
|
|
/out/
|
|
target
|
|
classes
|