-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (60 loc) · 1.03 KB
/
.gitignore
File metadata and controls
63 lines (60 loc) · 1.03 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
60
61
62
63
node_modules/
assets/css/*
!assets/css/.gitkeep
assets/js/*
languages/*
!languages/.gitkeep
test/
build/
.idea/
.history
.docz/
.DS_Store
.phpcs.cache
.phpunit.result.cache
php-errors.log
ehthumbs.db
Thumbs.db
.npm
.sass-cache
assets/**/*.map
.prettierignore
*.zip
*.po
*.po~
*.mo
.history
*.log
*.map
assets/js/tutor-front.js
assets/css/tutor-front.min.css
v2-library/bundle/main.min.css
v2-library/bundle/main.min.css.map
/v2-library/bundle/fonts/tutor-v2-icon-ttr
v2-library/bundle/main.min.js
v2-library/bundle/main.min.js.map
v2-library/bundle/main.rtl.min.css
v2-library/bundle/main.rtl.min.css.map
vendor/
!v2-library/src/scss/structure/vendor
.phpunit.result.cache
yarn.lock
.env
# Ignore Cypress screenshots
cypress/screenshots/*
# Ignore Cypress fixtures
cypress/fixtures/*
!cypress/fixtures/assets/tutor_bulk_enrollment_sample.csv
# Ignore specific PNG files
**/beforeEach*.png
launch.json
/tutor-droip
/includes/droip
# Copilot Instructions
.github/copilot-instructions.md
#rspack
.swc
assets/.rsdoctor
*.ignore
*storybook.log
storybook-static