forked from PROCEED-Labs/proceed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (42 loc) · 845 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
44
45
46
47
48
49
50
51
52
53
54
node_modules/
.yarn-cache/
/*.zip
coverage/
# PROCEED files
src/engine/native/node/**/data_files
src/engine/native/node/native-config/src/config.json
src/engine/native/web/server/public/*
src/engine/native/web/server/node_modules
src/engine/e2e_tests/testEngine/config.json
# OS files
.DS_Store
.directory
# Build dirs
jsdoc/output_html/
!build/index.html
build/*
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# yarn is used as package manager, so npm files
package-lock.json
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# git modules
.gitmodules
# env configs
./src/management-system/src/backend/server/environment-configurations/
./src/backend/server/environment-configurations/
# Playwright
/test-results/
/playwright-report/
/playwright/.cache/