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