35 lines
627 B
Text
35 lines
627 B
Text
# ignore build output directory
|
|
libreplan-webapp/target
|
|
libreplan-business/target
|
|
libreplan-gantt-zk/target
|
|
ganttzk-demo-webapp/target
|
|
ganttzk/target
|
|
|
|
# ignore eclipse configuration files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# ignore IDEA configuration files
|
|
.idea
|
|
*.iml
|
|
|
|
#ignore patches files
|
|
*.patch
|
|
|
|
#ignore logs
|
|
libreplan-webapp/*.log
|
|
libreplan-webapp/*.log.????-??-??
|
|
|
|
#ignore backup files
|
|
*~
|
|
\#*\#
|
|
|
|
# ignore documentation auto-generated files
|
|
doc/src/user/en/html/
|
|
doc/src/user/en/index.rst
|
|
doc/src/user/es/html/
|
|
doc/src/user/es/index.rst
|
|
doc/src/user/gl/html/
|
|
doc/src/user/gl/index.rst
|
|
libreplan-webapp/src/main/webapp/help/
|