mainqndtest
Last change
on this file since 1edce9e was
4be72ac,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Implementada gestión de pre-reservas
|
-
Property mode set to
100644
|
File size:
503 bytes
|
Rev | Line | |
---|
[42bd667] | 1 | # Python |
---|
| 2 | __pycache__/ |
---|
| 3 | *.py[cod] |
---|
| 4 | *$py.class |
---|
| 5 | |
---|
| 6 | # web2py_source |
---|
| 7 | web2py_source/ |
---|
| 8 | |
---|
| 9 | # web2py |
---|
| 10 | web2py/** |
---|
| 11 | !web2py/applications/rlabs |
---|
| 12 | web2py/applications/rlabs/**/*.py[cod] |
---|
| 13 | web2py/applications/rlabs/**/*$py.class |
---|
| 14 | |
---|
| 15 | # rlabs |
---|
| 16 | cache/** |
---|
| 17 | databases/** |
---|
| 18 | errors/** |
---|
| 19 | sessions/** |
---|
| 20 | .settings/** |
---|
| 21 | *˜ |
---|
| 22 | *.pyc |
---|
| 23 | *.bak |
---|
| 24 | *.log |
---|
| 25 | .project |
---|
| 26 | .pydevproject |
---|
| 27 | |
---|
| 28 | # Guacamole |
---|
| 29 | guacamole-websocket/.idea |
---|
| 30 | guacamole-websocket/target/** |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | # Other files |
---|
| 34 | *.tar.gz |
---|
| 35 | *.bak |
---|
| 36 | *.log |
---|
| 37 | |
---|
| 38 | #deploy |
---|
| 39 | !deploy/rlabs_installer/packages/** |
---|
[4be72ac] | 40 | |
---|
| 41 | #docker-images-deploy |
---|
| 42 | docker-images/** |
---|
Note: See
TracBrowser
for help on using the repository browser.