-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (51 loc) · 1.1 KB
/
.gitignore
File metadata and controls
59 lines (51 loc) · 1.1 KB
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
50
51
52
53
54
55
56
57
58
59
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
dist-electron
*.local
# Editor directories and files
.vscode/*
.vscode
!.vscode/extensions.json
.idea
.DS_Store
._*
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Playwright test outputs
playwright-report/
test-report-results/
test-results/
# Python
venv/
.venv/
__pycache__/
*.pyc
# Environment variables / local app test environment
# Keep only folder skeleton via .gitkeep so structure is recoverable.
appsTestEnviroment/*
!appsTestEnviroment/**/
!appsTestEnviroment/**/.gitkeep
octave-workspace
# Data .zip is a zipped version of the data folder, which is too large to be tracked by git. It is used for backup and sharing purposes.
*.zip
*.asd
# WaterTest dummy project: keep only TPC5 files (and expData README)
Projects/WaterTest-Project/**
!Projects/WaterTest-Project/Raw_Data/
!Projects/WaterTest-Project/Raw_Data/expData/
!Projects/WaterTest-Project/Raw_Data/expData/**/
!Projects/WaterTest-Project/Raw_Data/expData/**/*.tpc5
!Projects/WaterTest-Project/Raw_Data/expData/README.md
AppsExamples