11 lines
137 B
Text
11 lines
137 B
Text
|
# Ignore everything
|
||
|
#==================
|
||
|
*
|
||
|
|
||
|
# Except the dist files
|
||
|
#======================
|
||
|
!dist/**/*
|
||
|
!index.d.ts
|
||
|
!index.js.flow
|
||
|
!src/**
|