TASKPM/.gitignore
2025-03-20 11:47:54 +01:00

42 lines
No EOL
732 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
#ignore files that need ignoring
*.ignore