/[sudobot]/trunk/docs/.gitignore
ViewVC logotype

Annotation of /trunk/docs/.gitignore

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 444 byte(s)
chore: add trunk
1 rakinar2 575 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2    
3     backup
4     # dependencies
5     node_modules
6     .pnp
7     .pnp.js
8     .yarn/install-state.gz
9    
10     # testing
11     coverage
12    
13     # next.js
14     .next/
15     out/
16    
17     # production
18     build
19    
20     # misc
21     .DS_Store
22     *.pem
23    
24     # debug
25     npm-debug.log*
26     yarn-debug.log*
27     yarn-error.log*
28    
29     # local env files
30     .env*.local
31    
32     # vercel
33     .vercel
34    
35     # typescript
36     *.tsbuildinfo
37     next-env.d.ts
38     index.json
39    
40     sitemap.xml
41     sitemap.json
42     docs_index.json

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26