Aggiunto webhook workflow e .gitignore; esclusa tesina_finale dal repo (file troppo grandi per Forgejo). Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
212 B
Text
20 lines
212 B
Text
# dependencies
|
|
/node_modules
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
|
|
# tesina (file troppo grandi per il remote)
|
|
/tesina_finale/
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
npm-debug.log*
|
|
n8n_Tavily_API_KEY*.txt
|
|
.specstory/
|