js-beautify/.gitignore

25 lines
259 B
Plaintext
Raw Normal View History

*.orig
2012-07-13 23:52:34 +00:00
node_modules
2013-02-06 23:35:56 +00:00
gh-pages
2016-04-01 23:16:37 +00:00
gh
*.pyc
python/setup.py
python/*/__pycache__
python/MANIFEST
python/build
python/dist
2023-12-29 00:52:36 +00:00
python/.eggs/
python/jsbeautifier.egg-info
2020-01-15 01:40:41 +00:00
python/cssbeautifier.egg-info
.nvmrc
.nvm/
target
dist/
2018-07-10 19:16:10 +00:00
build/
2018-07-05 19:44:04 +00:00
js/lib/
2021-04-15 15:32:54 +00:00
generated/
.idea/
2018-07-19 04:53:18 +00:00
.vscode/