source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/DEPRECATED/react-gui/files-to-ignore.txt@ 38824

Last change on this file since 38824 was 38752, checked in by davidb, 4 months ago

Initial cut at files for developing an embedded ChatGPT capability -- sourced on the content of a collection -- within Greenstone. Note: not currently operational

File size: 385 bytes
Line 
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4/node_modules
5/.pnp
6.pnp.js
7
8# testing
9/coverage
10
11# next.js
12/.next/
13/out/
14
15# production
16/build
17
18# misc
19.DS_Store
20*.pem
21
22# debug
23npm-debug.log*
24yarn-debug.log*
25yarn-error.log*
26.pnpm-debug.log*
27
28# local env files
29.env*.local
30
31# vercel
32.vercel
33
34# typescript
35*.tsbuildinfo
36next-env.d.ts
Note: See TracBrowser for help on using the repository browser.