source: OpenRLabs-Git/.gitignore

qndtest
Last change on this file was 8406aaa, checked in by David Fuertes <dfuertes@…>, 3 years ago

arreglado gitignore

  • Property mode set to 100644
File size: 674 bytes
RevLine 
[42bd667]1# Python
2__pycache__/
3*.py[cod]
4*$py.class
5
6# web2py_source
7web2py_source/
8
9# web2py
[8406aaa]10web2py/*
11!web2py/applications
12web2py/applications/*
[42bd667]13!web2py/applications/rlabs
[8406aaa]14
15#rlabs
[42bd667]16web2py/applications/rlabs/**/*.py[cod]
17web2py/applications/rlabs/**/*$py.class
[8406aaa]18web2py/applications/rlabs/cache/**
19web2py/applications/rlabs/databases/**
20web2py/applications/rlabs/errors/**
21web2py/applications/rlabs/sessions/**
22web2py/applications/rlabs/.settings/**
[42bd667]23
24*.pyc
25*.bak
26*.log
27.project
28.pydevproject
29
30# Guacamole
31guacamole-websocket/.idea
32guacamole-websocket/target/**
33
34
35# Other files
36*.tar.gz
37*.bak
38*.log
39
40#deploy
41!deploy/rlabs_installer/packages/**
[4be72ac]42
43#docker-images-deploy
44docker-images/**
Note: See TracBrowser for help on using the repository browser.