-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (34 loc) · 1.21 KB
/
.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
#####################################################################################
# Generated
#####################################################################################
## Packages installed by NPM. https://docs.npmjs.com/about-packages-and-modules
node_modules/
.history/
.expo
# Turborepo
**/*.cookie
# Logs.
*.log
.pnpm-debug.log*
**/*.log*
#####################################################################################
# Operating System
#####################################################################################
## MacOS folder settings. https://en.wikipedia.org/wiki/.DS_Store
.DS_Store
## Windows folder icon settings. https://learn.microsoft.com/en-us/windows/win32/shell/how-to-customize-folders-with-desktop-ini#use-a-desktopini-file
Desktop.ini
#####################################################################################
# Development Environment
#####################################################################################
## Private environment variables.
.env
.env.*
!.env.example
!.env.development
## JetBrains IDE settings. https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
## VSCode settings.
.vscode/
## Local Netlify folder
.netlify/