mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-01-26 03:03:58 +00:00
Remove *.sublime-project from the repository and ignore it in the future.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,4 +3,5 @@ dist
|
||||
.tmp
|
||||
app/components
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
app/api/config.php
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": ".",
|
||||
"folder_exclude_patterns": ["node_modules", ".cache", ".tmp"]
|
||||
}
|
||||
],
|
||||
"ternjs": {
|
||||
"exclude": ["node_modules/**", "app/components/**"],
|
||||
"libs": ["jquery"],
|
||||
"plugins": {
|
||||
"requirejs": {
|
||||
"baseURL": "app/components"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user