diff options
| author | Dayana31 <[email protected]> | 2022-04-19 22:44:05 -0500 |
|---|---|---|
| committer | Dayana31 <[email protected]> | 2022-04-19 22:44:05 -0500 |
| commit | 91140b24f0d49a9f89a080ee063e9eb023a4b73a (patch) | |
| tree | 02511b2ca8170cb7865b052926a8d6a59d3f90ab /.gitignore | |
| parent | 09f053f4aa1aae5a2b3b454f54944961194336d3 (diff) | |
| parent | 98c6b3545bff966e8a2d28427e49234bea8ad716 (diff) | |
| download | DP1_project-91140b24f0d49a9f89a080ee063e9eb023a4b73a.tar.gz DP1_project-91140b24f0d49a9f89a080ee063e9eb023a4b73a.tar.bz2 DP1_project-91140b24f0d49a9f89a080ee063e9eb023a4b73a.zip | |
Merge branch 'develop' into dayana
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -1,3 +1,19 @@ -/VRP/nbproject/private/ -/VRP/build/ -/VRP/dist/ +# Jupyter +.ipynb_checkpoints + +# Java +*.class +*.log +*.ctxt +.mtj.tmp/ +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar +hs_err_pid* +replay_pid* + +# JS |
