diff --git a/.gitignore b/.gitignore index 903b425..e88050f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ target/ .classpath .settings/ +# ---> Java # Compiled class file *.class @@ -22,7 +23,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* -.pnpm-debug.log* +.pnp.* # OS files .DS_Store @@ -32,7 +33,13 @@ Thumbs.db *.swp *.swo -# Build files +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # *.jar *.war *.nar @@ -45,6 +52,9 @@ Thumbs.db .env .env.local .env.*.local +.env.development.local +.env.test.local +.env.production.local # Database files *.db @@ -60,12 +70,6 @@ jacoco/ # App directory (contains compiled jar and scripts) app/ -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - # virtual machine crash logs # see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* @@ -163,4 +167,27 @@ web_modules/ .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz -.pnp.* + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus \ No newline at end of file diff --git a/README.md b/README.md index 7222cb0..c6f074f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# AgentSkill +# agent-skill-backend -AgentSkill \ No newline at end of file +agent-skill-backend