mirror of
https://github.com/go-gitea/gitea
synced 2025-08-06 17:48:19 +00:00
chore: update gitignore list (#9437)
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
This commit is contained in:
19
options/gitignore/JBoss4
Normal file
19
options/gitignore/JBoss4
Normal file
@@ -0,0 +1,19 @@
|
||||
# gitignore for JBoss v4 projects
|
||||
|
||||
/server/all/data
|
||||
/server/all/log
|
||||
/server/all/tmp
|
||||
/server/all/work
|
||||
/server/default/data
|
||||
/server/default/log
|
||||
/server/default/tmp
|
||||
/server/default/work
|
||||
/server/minimal/data
|
||||
/server/minimal/log
|
||||
/server/minimal/tmp
|
||||
/server/minimal/work
|
||||
|
||||
# Note:
|
||||
# there may be other directories that contain *.xml.failed or *.war.failed files
|
||||
/server/default/deploy/*.xml.failed
|
||||
/server/default/deploy/*.war.failed
|
Reference in New Issue
Block a user