diff options
| author | Dayana31 <[email protected]> | 2022-04-11 01:55:25 -0500 |
|---|---|---|
| committer | Dayana31 <[email protected]> | 2022-04-11 01:55:25 -0500 |
| commit | b84975e11b70045c2eaa9e1981da1478513bf51f (patch) | |
| tree | 16d653dfd22baac03e81f5471b01b6b6aa614afb /.gitignore | |
| parent | f990de080acbd103d287b274e33b18ff220dd702 (diff) | |
| download | DP1_project-b84975e11b70045c2eaa9e1981da1478513bf51f.tar.gz DP1_project-b84975e11b70045c2eaa9e1981da1478513bf51f.tar.bz2 DP1_project-b84975e11b70045c2eaa9e1981da1478513bf51f.zip | |
Clases para algoritmo en Java
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c5fe501 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/VRP/nbproject/private/ +/VRP/build/ |
