Skip to content

Commit 35c4468

Browse files
authored
Merge pull request #544 from nquinlan/nq-gitignore
style: strengthened gitignore
2 parents 6be52b5 + 2e9b861 commit 35c4468

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
/.idea
22
node_modules
33
dist
4+
.DS_Store
5+
6+
# Logs
7+
logs
8+
*.log
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
lerna-debug.log*
13+
14+
# eslint cache
15+
.eslintcache

src/.DS_Store

-8 KB
Binary file not shown.

src/assets/.DS_Store

-8 KB
Binary file not shown.

src/assets/brand/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)