mirror of
https://github.com/AdaCore/ace.git
synced 2026-02-12 13:03:02 -08:00
24 lines
327 B
Plaintext
24 lines
327 B
Plaintext
# Junk that could exist anywhere:
|
|
.DS_Store
|
|
*.swp
|
|
*.tmp
|
|
|
|
# Project files that should not be in the repo
|
|
.project
|
|
.settings/
|
|
.settings.xml
|
|
.settings
|
|
.c9settings.xml
|
|
.c9revisions
|
|
.settings.xml.old
|
|
.*.gz
|
|
|
|
# A handy place to put stuff that git should ignore:
|
|
/ignore/
|
|
node_modules/
|
|
tool/node_modules/
|
|
|
|
.git-ref
|
|
npm-debug.log
|
|
deps/
|