initial commit
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -1,3 +1,36 @@
|
||||
*~
|
||||
gradlew
|
||||
gradlew.bat
|
||||
gmssl/*
|
||||
front-agent/runnable
|
||||
front-agent/WebContent/bdcontract4baas
|
||||
.idea/
|
||||
*.iml
|
||||
/.gradle/
|
||||
/gradle/
|
||||
.DS_Store
|
||||
/build/
|
||||
*/build/*
|
||||
/log/
|
||||
/NodeCenterDB/
|
||||
/ContractDB/
|
||||
/ContractManagerDB/
|
||||
/front-cluster/temp/
|
||||
/front-cluster/testADSP/
|
||||
/BDWareProjectDir/
|
||||
/bin/
|
||||
/test-tool/testinput/
|
||||
/testinput/
|
||||
/testresult/
|
||||
/testtime/
|
||||
/testPerformance/
|
||||
/test-tool/testresult/
|
||||
/front-agent/connectOthers.txt
|
||||
/front-agent/executeLog.txt
|
||||
# eclipse
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
@@ -21,3 +54,7 @@
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
/doc/build/html/
|
||||
cmconfig.json
|
||||
ncconfig.json
|
||||
/handleRecords/
|
||||
|
||||
Reference in New Issue
Block a user