summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/runtime
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-09-13 16:02:19 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-09-13 16:02:55 +0200
commitf2e95ce7873118c44dc5e67f88e42f4fe0b581fd (patch)
tree01d02d332b008522884e97dd74ccda3fca6fa388 /demos/quickstart/protected/runtime
parent10f6f9d2fd11cc157a3721e8a6dd830f5895ed37 (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/quickstart/protected/runtime')
-rw-r--r--demos/quickstart/protected/runtime/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/quickstart/protected/runtime/.gitignore b/demos/quickstart/protected/runtime/.gitignore
new file mode 100644
index 00000000..d6b7ef32
--- /dev/null
+++ b/demos/quickstart/protected/runtime/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore