/
githubmirror
/
obsidian-sample-plugin
Обзор
Документация
Войти
/
githubmirror
/
obsidian-sample-plugin
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitignore
22 строки
316 B
pseudometa
Update .gitignore (#25)
28 янв 2022, 18:34
Не верифицирован
28 янв 2022, 18:34
4b06e44
Код
Авторство
О чём код?
# vscode .vscode # Intellij *.iml .idea # npm node_modules # Don't include the compiled main.js file in the repo. # They should be uploaded to GitHub releases instead. main.js # Exclude sourcemaps *.map # obsidian data.json # Exclude macOS Finder (System Explorer) View States .DS_Store