diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-13 16:02:19 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-13 16:02:55 +0200 |
commit | f2e95ce7873118c44dc5e67f88e42f4fe0b581fd (patch) | |
tree | 01d02d332b008522884e97dd74ccda3fca6fa388 /demos/helloworld/assets/.gitignore | |
parent | 10f6f9d2fd11cc157a3721e8a6dd830f5895ed37 (diff) |
Don't gitignore assets/ and protected/runtime/ directories in tests and demo apps; gitignore only their contents
The directories needs to exists in order for demos and tests to run
correctly
Diffstat (limited to 'demos/helloworld/assets/.gitignore')
-rw-r--r-- | demos/helloworld/assets/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/helloworld/assets/.gitignore b/demos/helloworld/assets/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/demos/helloworld/assets/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore |