12 lines
194 B
Plaintext
12 lines
194 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
|
|
!api_front/.env
|