mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
reverted .gitignore
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -1,3 +1,31 @@
|
||||
# config
|
||||
config.ini
|
||||
config_new.ini
|
||||
ini_merge_log.txt
|
||||
install_notes.txt
|
||||
|
||||
# logs
|
||||
logs/*.log
|
||||
|
||||
# modified .service files
|
||||
etc/*.service
|
||||
|
||||
# fileMonitor test file
|
||||
bee.txt
|
||||
# Created by venv; see https://docs.python.org/3/library/venv.html
|
||||
*
|
||||
bible.txt
|
||||
|
||||
# data files
|
||||
data/*.json
|
||||
data/*.txt
|
||||
data/*.pkl
|
||||
data/*.csv
|
||||
data/*.db
|
||||
|
||||
# modules/custom_scheduler.py
|
||||
modules/custom_scheduler.py
|
||||
|
||||
# virtualenv
|
||||
venv/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user