40 lines
729 B
Text
40 lines
729 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 VSCode configuration files
|
|
.vscode
|
|
|
|
# ignore Intellij 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/fr/html/
|
|
doc/src/user/fr/index.rst
|
|
doc/src/user/gl/html/
|
|
doc/src/user/gl/index.rst
|
|
libreplan-webapp/src/main/webapp/help/
|