initial commit
This commit is contained in:
commit
bc5498a755
2 changed files with 25 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Ignore everything in the repository
|
||||
*
|
||||
|
||||
# Allow files in the 'chrome' directory
|
||||
!/chrome/
|
||||
!/chrome/*
|
||||
|
||||
# Allow .gitignore
|
||||
!.gitignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue