mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 12:22:11 +00:00
complate list of gitignores and licenses
This commit is contained in:
parent
4cfa2ca40d
commit
46bee50e45
223 changed files with 10197 additions and 3818 deletions
16
conf/gitignore/MetaProgrammingSystem
Normal file
16
conf/gitignore/MetaProgrammingSystem
Normal file
|
@ -0,0 +1,16 @@
|
|||
workspace.xml
|
||||
junitvmwatcher*.properties
|
||||
build.properties
|
||||
|
||||
# generated java classes and java source files
|
||||
# manually add any custom artifacts that can't be generated from the models
|
||||
# http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git
|
||||
classes_gen
|
||||
source_gen
|
||||
source_gen.caches
|
||||
|
||||
# generated test code and test results
|
||||
test_gen
|
||||
test_gen.caches
|
||||
TEST-*.xml
|
||||
junit*.properties
|
Loading…
Add table
Add a link
Reference in a new issue