/ website / .gitignore
.gitignore
 1  # Dependencies
 2  /node_modules
 3  
 4  # Production
 5  /build
 6  
 7  # Generated files
 8  .docusaurus
 9  .cache-loader
10  src/data/skills.json
11  static/llms.txt
12  static/llms-full.txt
13  
14  # Misc
15  .DS_Store
16  .env.local
17  .env.development.local
18  .env.test.local
19  .env.production.local
20  
21  npm-debug.log*
22  yarn-debug.log*
23  yarn-error.log*