-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (40 loc) · 845 Bytes
/
.gitignore
File metadata and controls
49 lines (40 loc) · 845 Bytes
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
# OSX
#
.idea
.DS_Store
npm-debug.log
npm-debug.log*
yarn-error.log
lerna-debug.log
node_modules
.vscode/*
# TS build
/build
coverage
# This is at root because we don't want to ignore it in
# newly spun-up apps, but we do want to ignore it in
# Ignite's source repo.
boilerplate/yarn.lock
boilerplate/bun.lockb
boilerplate/bun.lock
boilerplate/pnpm-lock.yaml
boilerplate/.gitignore.template
# Test artifacts
test/artifacts/*
# flame CLI
.config
# Ignore everything inside .yarn except the necessary subdirectories
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Ignore Yarn's global cache (not needed for Zero-Installs)
.yarn/cache
# Ignore build artifacts
.yarn/build-state.yml
.yarn/install-state.gz
# Dependency graph visualizations
ignite-cli-dependency-graph.svg
ignite-cli-dependency-graph.png