13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But keep this gitignore file
|
|
!.gitignore
|
|
|
|
|
|
# Keep Source folder and its contents
|
|
!/Source/
|
|
!/Source/**
|
|
|
|
!VoxelForge.uplugin
|
|
!CODEMAP.md |