16fb2bb919
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
10 lines
137 B
Text
10 lines
137 B
Text
# Ignore everything
|
|
#==================
|
|
*
|
|
|
|
# Except the dist files
|
|
#======================
|
|
!dist/**/*
|
|
!index.d.ts
|
|
!index.js.flow
|
|
!src/**
|