summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: eaa668e66d3bfc64238df9e1b55f550e84da360b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

.idea/

**/__pycache__/

*.log

cookie.json

*.pyc

dist/