Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
notionnext-org
/
NotionNext
Public
Notifications
You must be signed in to change notification settings
Fork
14.7k
Star
11.6k
Code
Issues
157
Pull requests
13
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
NotionNext
/
.gitignore
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
64 lines (50 loc) · 714 Bytes
main
Breadcrumbs
NotionNext
/
.gitignore
Copy path
Top
File metadata and controls
Code
Blame
64 lines (50 loc) · 714 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
#
dependencies
/
node_modules
/
.pnp
.pnp.js
#
testing
/
coverage
/
test-results
#
next.js
/
.next
/
/
out
/
#
vitepress (docs site)
.vitepress
/
cache
.vitepress
/
dist
#
production
/
build
#
misc
.DS_Store
*
.pem
#
debug
npm-debug.log
*
yarn-debug.log
*
yarn-error.log
*
#
local env files
.env.local
.env.docs.local
.env.development.local
.env.test.local
.env.production.local
.env
#
vercel
.vercel
#
dev
/
data.json
/
pnpm-lock.yaml
.idea
.vscode
#
sitemap
/
public
/
robots.txt
/
public
/
sitemap.xml
/
public
/
rss
/
*
/
sitemap.xml
#
yarn
package-lock.json
#
yarn.lock
.notion-api-lock
.tmp
/
.perf
/
tsconfig.tsbuildinfo
webpack-internal:
/
You can’t perform that action at this time.