-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (44 loc) · 1.12 KB
/
.gitignore
File metadata and controls
52 lines (44 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# SPDX-FileCopyrightText: 2025 Jack Henry
#
# SPDX-License-Identifier: Apache-2.0
# OS
.DS_Store
Thumbs.db
node_modules
coverage
*.d.ts
*.d.ts.map
!global.d.ts
yarn-error.log
.vscode
.vitest
.nx
**/dist
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.idea/*
# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs
#!.yarn/cache
.pnp.*
# Temp ignoreinstitution assets in the example consumer app
**/assets/institution
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md
# .env files
**/.env
.nx/cache
.nx/workspace-data
vitest.config.*.timestamp*
## ignore lock files in example-consumer-app
projects/create-consumer-app/example-consumer-app/yarn.lock
projects/create-consumer-app/example-consumer-app/.yarn
projects/create-consumer-app/example-consumer-app/package-lock.json
projects/create-consumer-app/example-consumer-app/pnpm-lock.yaml
projects/development-sandbox/.yarn/
projects/development-sandbox/yarn.lock