Skip to content

Commit f0633c0

Browse files
kahirokunnlmiller1990
authored andcommitted
Add gitignore (#7)
1 parent 057d281 commit f0633c0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
demo-app/node_modules
2-
node_modules
1+
node_modules/
2+
.DS_Store
3+
.python-version
4+
.coverage
5+
.vscode*
6+
.vs/
7+
*.log
8+
!.gitkeep
9+
npm-debug.log*
10+
.npm
11+
.eslintcache
12+
.cache-loader
13+
.idea
14+
.nyc_output

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)