code.gitea.io/gitea@v1.21.7/options/gitignore/MetaProgrammingSystem (about) 1 workspace.xml 2 junitvmwatcher*.properties 3 build.properties 4 5 # generated java classes and java source files 6 # manually add any custom artifacts that can't be generated from the models 7 # http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git 8 classes_gen 9 source_gen 10 source_gen.caches 11 12 # generated test code and test results 13 test_gen 14 test_gen.caches 15 TEST-*.xml 16 junit*.properties