1
0
mirror of https://github.com/klmp200/sarl-fireworks.git synced 2025-07-21 08:19:22 +00:00

Complete refactoring of the project and renaming packages

This commit is contained in:
ngaud
2017-05-02 16:37:56 +02:00
parent 77013351d9
commit 01b4d82989
11 changed files with 111 additions and 56 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Xtext generated files
src/main/generated-sources/
# NetBean / Eclipse
bin/
**/*.java._trace
**/*.java_trace
**/*.smap
**/.project
**/.classpath
**/.settings
**/.metadata
# Subversion and CVS
**/.svn/
**/.cvs/
# Maven
target/