feat(ai): Adding Cline rules files
This commit is contained in:
79
.clineignore
Normal file
79
.clineignore
Normal file
@@ -0,0 +1,79 @@
|
||||
# ===========================
|
||||
# DEPENDENCIES
|
||||
# ===========================
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
bower_components/
|
||||
|
||||
# ===========================
|
||||
# BUILD & COMPILED OUTPUT
|
||||
# ===========================
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
.next/
|
||||
.nuxt/
|
||||
.output/
|
||||
.svelte-kit/
|
||||
target/
|
||||
bin/
|
||||
obj/
|
||||
|
||||
# ===========================
|
||||
# JS / TS CACHES
|
||||
# ===========================
|
||||
.cache/
|
||||
.parcel-cache/
|
||||
.turbo/
|
||||
.eslintcache
|
||||
*.tsbuildinfo
|
||||
tsconfig.tsbuildinfo
|
||||
.webpack/
|
||||
|
||||
# ===========================
|
||||
# TEST & COVERAGE
|
||||
# ===========================
|
||||
coverage/
|
||||
.nyc_output/
|
||||
test-results/
|
||||
playwright-report/
|
||||
|
||||
# ===========================
|
||||
# ENVIRONMENT & SECRETS
|
||||
# ===========================
|
||||
*.pem
|
||||
*.key
|
||||
secrets/
|
||||
|
||||
# ===========================
|
||||
# LARGE / BINARY FILES
|
||||
# ===========================
|
||||
*.csv
|
||||
*.xlsx
|
||||
*.sqlite
|
||||
*.db
|
||||
*.sql
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.gif
|
||||
*.mp4
|
||||
*.mp3
|
||||
*.pdf
|
||||
|
||||
# ===========================
|
||||
# IDE & OS FILES
|
||||
# ===========================
|
||||
.idea/
|
||||
.vscode/
|
||||
*.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===========================
|
||||
# LOGS
|
||||
# ===========================
|
||||
*.log
|
||||
logs/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
Reference in New Issue
Block a user