Skip to content

Commit ddc626d

Browse files
author
Rajat
committed
Merge branch 'main' of github.com:codelitdev/courselit into fix/issue-583-reset-payment-method
2 parents c956c77 + ac53c97 commit ddc626d

File tree

90 files changed

+3463
-414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+3463
-414
lines changed

.dockerignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Git
2+
.git
3+
.gitignore
4+
5+
# Dependencies
6+
node_modules
7+
**/node_modules
8+
9+
# Build outputs
10+
.next
11+
**/dist
12+
build
13+
out
14+
15+
# Local env files
16+
.env
17+
.env.local
18+
.env.*.local
19+
20+
# IDEs and editors
21+
.vscode
22+
.idea
23+
.cursor
24+
*.swp
25+
*.swo
26+
27+
# Project specific
28+
.eslintcache
29+
.npmrc
30+
AGENTS.md
31+
docs
32+
deployment
33+
services/app/Dockerfile
34+
35+
# OS files
36+
.DS_Store
37+
Thumbs.db

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ report*.json
4141
.npmrc
4242

4343
# Jest files
44-
globalConfig.json
44+
globalConfig.json
45+
46+
# CourseLit files
47+
domains_to_delete.txt
128 KB
Loading
147 KB
Loading
150 KB
Loading
633 KB
Loading
609 KB
Loading
145 KB
Loading
145 KB
Loading
106 KB
Loading

0 commit comments

Comments
 (0)