11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Allow files and folders with a pattern starting with !
|
|
|
|
!api_front/*.js
|
|
!api_front/*.ts
|
|
!api_front/*.json
|
|
!api_front/*.html
|
|
!api_front/*.lock
|