Skip to content

Commit d26eebc

Browse files
Some files frome a React ignore
1 parent 1f90752 commit d26eebc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
/tmp
66
/out-tsc
77

8+
# IGNORE > Databases
9+
*.sql
10+
*.sqlite
11+
812
# IGNORE > Dependencies
913
.sass-cache/
1014
jspm_packages/
@@ -39,15 +43,16 @@ prepros.config
3943
.env.test.local
4044
.env.production.local
4145

42-
# IGNORE > Logs and databases
43-
*.sql
44-
*.sqlite
46+
# IGNORE > Logs
4547
libpeerconnection.log
4648
npm-debug.log
4749
testem.log
4850
yarn-debug.log
4951
yarn-error.log
5052

53+
# IGNORE > Production
54+
/build
55+
5156
# IGNORE > System files
5257
.DS_Store
5358
Thumbs.db

0 commit comments

Comments
 (0)