Skip to content

Commit c07107c

Browse files
committedMar 17, 2025
Revert "Removed vite & recreated with nextjs"
This reverts commit 84f0698.
1 parent 84f0698 commit c07107c

File tree

458 files changed

+17122
-3516
lines changed

Some content is hidden

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

458 files changed

+17122
-3516
lines changed
 

‎.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* text=auto
2+
*.js text eol=lf
3+
*.jsx text eol=lf
4+
*.ts text eol=lf
5+
*.tsx text eol=lf
6+
*.json text eol=lf
7+
*.css text eol=lf
8+
*.md text eol=lf
9+

‎.github/CODEOWNERS

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# ---------- Our awesome maintainers ----------
2+
3+
# Global maintainers
4+
* @Mathys-Gasnier
5+
6+
# Code maintainers
7+
/src/ @psychlone77 @saminjay @Mathys-Gasnier
8+
9+
# Snippets maintainers
10+
/snippets @majvax @Mathys-Gasnier
11+
/snippets/javascript @psychlone77 @saminjay
12+
/snippets/python @psychlone77 @saminjay
13+
/snippets/cpp @saminjay
14+
15+
16+
# ---------- What is a maintainer ----------
17+
18+
# Maintainers will be notified when there is a pull request
19+
# with a change in the folder/file assigned to them. They will
20+
# have to approve the pull request before it can be merged.
21+
22+
23+
# ---------- How to be a maintainer ----------
24+
25+
# To maintain trust and collaboration with reviewers, first,
26+
# we will need to prove that you can contribute to the project well.
27+
# As you contribute more, the more responsibility you will have.
28+
29+
# We will assign maintainers for specific languages as well.
30+
# As we notice more contribution from your side, we will let you know
31+
# and assign you a language.

0 commit comments

Comments
 (0)