mirror of
https://github.com/ijprest/keyboard-layout-editor.git
synced 2026-04-27 09:30:44 -07:00
25 lines
306 B
Text
25 lines
306 B
Text
# Testing files
|
|
mongoose.conf
|
|
mongoose*.exe
|
|
|
|
# Private data
|
|
fonts/EngraversGothic-Regular-webfont.*
|
|
|
|
# Per-user stuff
|
|
*.sublime-workspace
|
|
|
|
# NPM & Bower installations
|
|
node_modules/
|
|
npm-debug.log
|
|
bower_components/
|
|
|
|
# Generated files
|
|
js/*
|
|
css/*
|
|
fonts/*
|
|
|
|
# Backup/temporary files
|
|
*~
|
|
|
|
# Saved layouts
|
|
layouts/
|