OOMAnalyser/.gitignore

27 lines
440 B
Plaintext
Raw Permalink Normal View History

2017-11-25 12:52:55 +01:00
# Files to be ignored by Git
2022-01-02 13:35:09 +01:00
#
2023-01-08 13:46:36 +01:00
# Copyright (c) 2017-2023 Carsten Grohmann
2022-01-02 13:35:09 +01:00
# License: MIT (see LICENSE.txt)
# THIS PROGRAM COMES WITH NO WARRANTY
2017-11-25 12:52:55 +01:00
# Byte-compiled / optimized / DLL files
*.py[cod]
2020-10-29 09:16:28 +01:00
# Virtual environment
2017-11-25 12:52:55 +01:00
env/
# IntelliJ project files
.idea
# Webdriver Manager: cache for selenium drivers
.wdm
# Generated (compiled) JavaScript code
__target__/
OOMAnalyser.js
# Release files
release/
OOMAnalyser*.zip
OOMAnalyser*.tar.gz