jiangping
2023-09-06 ade7b8616c1ab5809ec7d45181333a162ef43b28
.gitignore
@@ -1,5 +1,5 @@
*.class
.idea/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
@@ -7,5 +7,32 @@
*.jar
*.war
*.ear
target/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.DS_Store
coderd.json
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?