Show sourcecode
The following files exists in this folder. Click to view.
.gitignore
6 lines ASCII Windows (CRLF)
# Ignore data files but keep the directory
data/*.json
# Keep the directory structure
!data/.gitkeep
The following files exists in this folder. Click to view.
.gitignore6 lines ASCII Windows (CRLF)
# Ignore data files but keep the directory
data/*.json
# Keep the directory structure
!data/.gitkeep