8 lines
180 B
Text
8 lines
180 B
Text
# Ignore all config files in the root folder
|
|
leaky-ships/*.config.js
|
|
|
|
# Ignore the whole __tests__ folder
|
|
leaky-ships/__tests__
|
|
|
|
# Allow all other files in folders
|
|
leaky-ships/!*/
|