Skip to content

Commit 6360cce

Browse files
authored
Add files via upload
1 parent c9a6a51 commit 6360cce

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Dependencies
2+
node_modules/
3+
package-lock.json
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Build outputs
9+
/builds/
10+
/dist/
11+
*.exe
12+
*.dmg
13+
*.AppImage
14+
*.deb
15+
*.rpm
16+
17+
# IDE
18+
.vscode/
19+
.idea/
20+
*.swp
21+
*.swo
22+
23+
# OS
24+
.DS_Store
25+
Thumbs.db

0 commit comments

Comments
 (0)