OOMAnalyser/.gitignore

14 lines
206 B
Plaintext
Raw Normal View History

2017-11-25 12:52:55 +01:00
# Files to be ignored by Git
# 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
# Generated (compiled) JavaScript code
__target__/
OOMAnalyser.js