Skip to content

Commit 0fe0d48

Browse files
committed
Create .gitignore
0 parents  commit 0fe0d48

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.DS_Store
2+
node_modules
3+
dist
4+
build
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
9+
10+
# Log files
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
15+
# Editor directories and files
16+
.idea
17+
.vscode
18+
*.suo
19+
*.ntvs*
20+
*.njsproj
21+
*.sln
22+
*.sw?
23+
24+
package-lock.json
25+
yarn.lock
26+
.git

0 commit comments

Comments
 (0)