Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112583
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/examples/phoenix_app/.gitignore b/examples/phoenix_app/.gitignore
index d5be28f..11d9d35 100644
--- a/examples/phoenix_app/.gitignore
+++ b/examples/phoenix_app/.gitignore
@@ -1,27 +1,30 @@
# App artifacts
/_build
/db
/deps
/*.ez
# Generated on crash by the VM
erl_crash.dump
# Generated on crash by NPM
npm-debug.log
# Static artifacts
/assets/node_modules
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
-/config/*.secret.exs
\ No newline at end of file
+/config/*.secret.exs
+
+# Database files
+priv/repo/phoenix_app.db
\ No newline at end of file
diff --git a/examples/plug_app/.gitignore b/examples/plug_app/.gitignore
index 12179ea..3ffabf2 100644
--- a/examples/plug_app/.gitignore
+++ b/examples/plug_app/.gitignore
@@ -1,20 +1,23 @@
# The directory Mix will write compiled artifacts to.
/_build/
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directory Mix downloads your dependencies sources to.
/deps/
# Where 3rd-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
+
+# Database files
+priv/repo/plug_app.db
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 8:52 PM (23 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39082
Default Alt Text
(1 KB)
Attached To
Mode
R22 open_api_spex
Attached
Detach File
Event Timeline
Log In to Comment