mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 12:32:57 +00:00
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
# Ignore everything
|
|
**
|
|
|
|
# Allow files and directories
|
|
!/lib/**
|
|
!/node_modules/**
|
|
!/LICENSE
|
|
!package.json
|