Commit Graph

16 Commits

Author SHA1 Message Date
Jukka Aho e76ec8fdc0 chore(gitignore): Ignore local .cursor directory
Cursor editor and agent metadata under .cursor/ is per-machine and should not
be proposed in pull requests.
2026-05-09 16:19:25 +03:00
Jukka Aho c666ee48b2 chore(gitignore): Ignore coverage/ directory
Coverage tooling writes artifacts under coverage/; ignoring the folder keeps
those outputs out of git status alongside existing *.cov ignores.
2026-05-09 15:57:53 +03:00
Jukka Aho 50575db902 chore(.gitignore): Update ignore rules to exclude .trash directory and prototypes 2025-11-26 22:18:12 +02:00
Jukka Aho a92a7ad083 chore(git): Add common local and editor files to .gitignore
- Added: `.env` to avoid committing local environment variables
- Added: `.vscode/` to ignore editor workspace settings and launch configs
- Added: `trash` to ignore developer temporary files

These entries reduce noisy diffs and help prevent accidental leakage of local secrets or editor-specific files.
2025-11-18 15:08:27 +02:00
Jukka Aho b574459120 Update .gitignore
Add test/*.xmf and test/*.h5 to .gitignore, (some tests are generating
results files)
2018-09-06 13:34:26 +03:00
Jukka Aho 413526804b Improve documentation (#199)
Let's use Literate.jl to automatically generate usage examples.

* Automatically generate documentation from other packages (first try to include each package's docs/src/index.md, but if that fails, then use README.md to introduce the package).
* Add example how to calculate local element matrices.
* Add example how to perform 2d contact analysis.
2018-05-30 11:52:01 +03:00
Jukka Aho 08055ecd21 add *.mem and *.cov to .gitignore 2017-08-14 20:41:16 +03:00
Jukka Aho 436bf119b2 Set up documentation + lint (#121)
- remove some automatically generated stuff not should even be in
repository
- set up lint + Documents.jl in same way it is defined in freshly started projects
- add lint + doctest to after_success so that build pass, these needs to be fixed later
- build is failing on nightly (0.7) but it's ok for release (0.5.2)
- Documenter.jl supports doctests, so this closes least #23
- build system is now on Travis-CI completely, so this closes also #68
2017-07-19 07:34:38 +03:00
Jukka Aho b56a7e3c0b ignore jld data files 2015-12-31 07:39:59 +02:00
Jukka Aho e39d9796b0 defining basis. still needs some rethinking... 2015-11-02 21:25:02 +02:00
Jukka Aho e364a538ed - Updated FieldSet + developer guide
- Verification of heat problem
2015-10-20 15:54:47 +03:00
Jukka Aho 7f0875dcb7 Integration. 2015-08-16 22:48:19 +03:00
Jukka Aho 1aa1ccb4c1 still wondering, does not converge 2015-08-10 23:01:44 +03:00
Jukka Aho 02196af0a3 added assembly example 2015-05-31 16:35:47 +03:00
Jukka Aho 68b6ca9eb4 added example how to calculate geometrically nonlinear elasticity 2015-05-23 23:44:57 +03:00
Jukka Aho f463c952a8 added gitignore 2015-05-16 13:19:20 +03:00