github.com/HXSecurity/DongTai-agent-go@v0.4.2/.gitignore (about) 1 ## for IDEA 2 .idea 3 .idea/* 4 *.iml 5 *.DS_Store 6 7 ## for maven 8 pom.xml.versionsBackup 9 iast-core/target/ 10 iast-inject/target/ 11 iast-agent/target/ 12 UnitText/target/ 13 target/ 14 **/dependency-reduced-pom.xml 15 16 ## for eclipse and vscode 17 .classpath 18 .project 19 .settings 20 .factorypath 21 22 ## for vim 23 *.swp 24 *.swo 25 *.swn 26 27 # for iast 28 release 29 30 # for jenv 31 .java-version 32 33 logs