Files
spring-statemachine/.gitignore
Christophe 4c34e46ccf Add capabilities to provide ActionError in Transition
- 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
2016-08-30 20:54:56 +01:00

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