mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
# Ignore all files/folders by default
|
|
# See https://stackoverflow.com/a/29932318
|
|
/*
|
|
# Except these files/folders
|
|
!.editorconfig
|
|
!.gitignore
|
|
!.npmignore
|
|
!lib
|
|
lib/tsconfig.tsbuildinfo
|
|
!LICENSE
|
|
!package.json
|
|
!package-lock.json
|
|
!README.md
|
|
!scripts
|
|
!templates
|
|
!tsconfig.json
|
|
!tslint.json
|