-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.gitignore
72 lines (65 loc) · 924 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
~*
#gradle
.gradle
build/
!gradle-wrapper.jar
out
dist
.DS_Store
.idea
target/
.settings/
.project
.classpath
examplefiles
*.iml
*.ipr
*.iws
*.DS_Store
git.properties
psql_data
*/data/elasticsearch/
/data/elasticsearch/
test-output/
derby.log
.metadata/
.RData
.RHistory
.idea/*
.idea/fileTemplates/*/
!.idea/fileTemplates/
**/npm-debug.log
**/.factorypath
**/node_modules
**/node
mvnw
mvnw.cmd
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.properties
release.properties
tls
**/**/bin/
.venv
.vscode/
yarn_error.log
.nyc_output
coverage
apps/nuxt3-ssr/assets/css/*.css
!apps/nuxt3-ssr/assets/css/main.css
apps/nuxt3-ssr/utils/fingerprint.js
/test-results/
/playwright-report/
/playwright/.cache/
#python build
**/version.txt
#playwright
playwright-report
CHANGELOG.md
e2e/.auth/
# python
venv
requirements.txt
e2e/.auth
e2e/e2e/.auth
e2e/test-results/
apps/tailwind-components/test-results/.last-run.json