empresa-libre/.gitignore

39 lines
363 B
Plaintext
Raw Permalink Normal View History

2016-06-13 22:36:23 -05:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
Pipfile*
2016-06-13 22:36:23 -05:00
# Django stuff:
*.log
local_settings.py
2017-06-27 15:43:02 -05:00
conf.py
2017-10-30 19:58:31 -06:00
main.ini
2017-06-27 15:43:02 -05:00
source/fixtures
source/media
2016-06-13 22:36:23 -05:00
# Sphinx documentation
2017-06-27 15:43:02 -05:00
*.xlsx
2021-10-23 21:46:04 -05:00
bk/
2018-09-20 20:50:13 -05:00
source/docs/
site/
2019-01-10 23:37:37 -06:00
vedev/
2019-02-25 13:14:52 -06:00
# Virtualenv
.env/
virtual/
2022-05-16 14:44:42 -05:00
env
2019-02-25 13:14:52 -06:00
2021-10-23 22:03:43 -05:00
docs/build
2018-01-11 10:20:55 -06:00
cache/
2017-06-27 15:43:02 -05:00
credenciales.conf
*.sqlite
*.sql
*.service
2018-02-01 19:54:54 -06:00
*.orig
2017-10-02 00:12:22 -05:00
rfc.db
2019-01-10 23:37:37 -06:00
Dockerfile
2023-12-20 18:36:44 -06:00
chuletas/
2017-10-02 00:12:22 -05:00