-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 750 Bytes
/
.gitignore
File metadata and controls
42 lines (34 loc) · 750 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
.DS_Store
*.iml
.env
app/client/cypress.env.json
dist
stacks
/deploy/docker/fs/opt/appsmith/info.json
# to ignore the node_modeules folder
node_modules
# to ignore the package-lock.json file
package-lock.json
# test coverage
coverage-summary.json
app/client/cypress/locators/Widgets.json
deploy/ansible/appsmith_playbook/inventory
# performance tests
app/client/perf/traces/*
.history
# helm dependencies
deploy/helm/charts
# yalc files
## This is for integrating design-system changes during development
app/client/.yalc/
app/client/yalc.lock
# editor related
.vscode/*
.idea
.fleet/*
app/client/.fleet/*
*debug.log
# Observability related local storage
utils/observability/tempo-data/*
app/shared/ast/build
app/client/.yarn/install-state.gz