9 lines
134 B
Text
9 lines
134 B
Text
# Ignore everything in the repository
|
|
*
|
|
|
|
# Allow files in the 'chrome' directory
|
|
!/chrome/
|
|
!/chrome/*
|
|
|
|
# Allow .gitignore
|
|
!.gitignore
|