OOMAnalyser/.gitignore
Carsten Grohmann d456f6e25e Bundling multiple JS files into one single file
Transcrypt 3.7 generates multiple JS files in __target__ directory. All
output files will be bundled into one single file with the rollup
module bundler (rollup.js). Unfortunately the information of the
original sourcemap file will be lost.
2020-10-29 14:32:42 +01:00

14 lines
206 B
Plaintext

# Files to be ignored by Git
# Byte-compiled / optimized / DLL files
*.py[cod]
# Virtual environment
env/
# IntelliJ project files
.idea
# Generated (compiled) JavaScript code
__target__/
OOMAnalyser.js