File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # The directory Mix will write compiled artifacts to.
2+ /_build /
3+
4+ # If you run "mix test --cover", coverage assets end up here.
5+ /cover /
6+
7+ # The directory Mix downloads your dependencies sources to.
8+ /deps /
9+
10+ # Where 3rd-party dependencies like ExDoc output generated docs.
11+ /doc /
12+
13+ # Ignore .fetch files in case you like to edit your project deps locally.
14+ /.fetch
15+
16+ # If the VM crashes, it generates a dump, let's ignore it too.
17+ erl_crash.dump
18+
19+ # Also ignore archive artifacts (built via "mix archive.build").
20+ * .ez
21+
22+ # Temporary files, for example, from tests.
23+ /tmp /
24+
25+ # Ignore package tarball (built via "mix hex.build").
26+ ashfolio- * .tar
27+
28+ # Ignore assets that are produced by build tools.
29+ /priv /static /assets /
30+
31+ # Ignore digested assets cache.
32+ /priv /static /cache_manifest.json
33+
34+ # In case you use Node.js/npm, you want to ignore these.
35+ npm-debug.log
36+ /assets /node_modules /
37+
38+ # SQLite database files
39+ /data /* .db
40+ /data /* .db- *
41+
42+ # Logs directory
43+ /logs /
Original file line number Diff line number Diff line change 1- BSD 3 -Clause License
1+ BSD 4 -Clause License
22
3- Copyright (c) 2025, Matt
3+ Copyright (c) 2025, Matthew Staff
44
55Redistribution and use in source and binary forms, with or without
66modification, are permitted provided that the following conditions are met:
@@ -12,7 +12,11 @@ modification, are permitted provided that the following conditions are met:
1212 this list of conditions and the following disclaimer in the documentation
1313 and/or other materials provided with the distribution.
1414
15- 3. Neither the name of the copyright holder nor the names of its
15+ 3. All advertising materials mentioning features or use of this software must
16+ display the following acknowledgement:
17+ This product includes software developed by Ashfolio.
18+
19+ 4. Neither the name of the copyright holder nor the names of its
1620 contributors may be used to endorse or promote products derived from
1721 this software without specific prior written permission.
1822
You can’t perform that action at this time.
0 commit comments