-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 902 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 902 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
.DS_Store
*.iml
.env
stacks
/deploy/docker/fs/opt/appsmith/info.json
# Server artifacts
/deploy/docker/fs/opt/appsmith/server
# 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/*
.lens
# Observability related local storage
utils/observability/tempo-data/*
# Ignore the mongo data backup directory for Mongo to PG migrations
mongo-data**
# ignore the task file as it will be different for different project implementations.
TASKS.md
mongodb*