9 lines
100 B
Plaintext
9 lines
100 B
Plaintext
|
# Ignore everything
|
||
|
*
|
||
|
|
||
|
# But not these files...
|
||
|
!.gitignore
|
||
|
!*/
|
||
|
!/*cw\ */src/**
|
||
|
!/*cw\ */shaders/**
|