forked from appsmithorg/appsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (33 loc) · 791 Bytes
/
.gitignore
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
.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/*
# Observability related local storage
utils/observability/tempo-data/*
# Ignore the mongo data backup directory for Mongo to PG migrations
mongo-data**