forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into packer-pkrvars.hcl
- Loading branch information
Showing
57 changed files
with
815 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### AL ### | ||
#Template for AL projects for Dynamics 365 Business Central | ||
#launch.json folder | ||
.vscode/ | ||
#Cache folder | ||
.alcache/ | ||
#Symbols folder | ||
.alpackages/ | ||
#Snapshots folder | ||
.snapshots/ | ||
#Testing Output folder | ||
.output/ | ||
#Extension App-file | ||
*.app | ||
#Rapid Application Development File | ||
rad.json | ||
#Translation Base-file | ||
*.g.xlf | ||
#License-file | ||
*.flf | ||
#Test results file | ||
TestResults.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,30 @@ | ||
# Built application files | ||
*.apk | ||
*.aar | ||
*.ap_ | ||
*.aab | ||
|
||
# Files for the ART/Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
out/ | ||
# Uncomment the following line in case you need and you don't have the release build type files in your app | ||
# release/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
# Log/OS Files | ||
*.log | ||
|
||
# Android Studio Navigation editor temp files | ||
.navigation/ | ||
|
||
# Android Studio captures folder | ||
# Android Studio generated files and folders | ||
captures/ | ||
.externalNativeBuild/ | ||
.cxx/ | ||
*.apk | ||
output.json | ||
|
||
# IntelliJ | ||
*.iml | ||
.idea/workspace.xml | ||
.idea/tasks.xml | ||
.idea/gradle.xml | ||
.idea/assetWizardSettings.xml | ||
.idea/dictionaries | ||
.idea/libraries | ||
# Android Studio 3 in .gitignore file. | ||
.idea/caches | ||
.idea/modules.xml | ||
# Comment next line if keeping position of elements in Navigation Editor is relevant for you | ||
.idea/navEditor.xml | ||
.idea/ | ||
|
||
# Keystore files | ||
# Uncomment the following lines if you do not want to check your keystore files in. | ||
#*.jks | ||
#*.keystore | ||
|
||
# External native build folder generated in Android Studio 2.2 and later | ||
.externalNativeBuild | ||
.cxx/ | ||
*.jks | ||
*.keystore | ||
|
||
# Google Services (e.g. APIs or Firebase) | ||
# google-services.json | ||
|
||
# Freeline | ||
freeline.py | ||
freeline/ | ||
freeline_project_description.json | ||
|
||
# fastlane | ||
fastlane/report.xml | ||
fastlane/Preview.html | ||
fastlane/screenshots | ||
fastlane/test_output | ||
fastlane/readme.md | ||
|
||
# Version control | ||
vcs.xml | ||
|
||
# lint | ||
lint/intermediates/ | ||
lint/generated/ | ||
lint/outputs/ | ||
lint/tmp/ | ||
# lint/reports/ | ||
google-services.json | ||
|
||
# Android Profiling | ||
*.hprof |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
*/logs/log-*.php | ||
!*/logs/index.html | ||
*/cache/* | ||
!system/cache/* | ||
!*/cache/index.html | ||
!*/cache/.htaccess | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,62 @@ | ||
# gitignore template for Drupal 8 projects | ||
# | ||
# earlier versions of Drupal are tracked in `community/PHP/` | ||
# | ||
# follows official upstream conventions: | ||
# https://www.drupal.org/docs/develop/using-composer | ||
|
||
# Ignore configuration files that may contain sensitive information | ||
/sites/*/*settings*.php | ||
/sites/*/*services*.yml | ||
/web/sites/*/*settings*.php | ||
/web/sites/*/*services*.yml | ||
|
||
# Ignore paths that may contain user-generated content | ||
/sites/*/files | ||
/sites/*/public | ||
/sites/*/private | ||
/sites/*/files-public | ||
/sites/*/files-private | ||
/web/sites/*/files | ||
/web/sites/*/public | ||
/web/sites/*/private | ||
/web/sites/*/files-public | ||
/web/sites/*/files-private | ||
|
||
# Ignore paths that may contain temporary files | ||
/sites/*/translations | ||
/sites/*/tmp | ||
/sites/*/cache | ||
|
||
# Ignore testing related files | ||
/sites/simpletest | ||
/web/sites/*/translations | ||
/web/sites/*/tmp | ||
/web/sites/*/cache | ||
|
||
# Ignore drupal core (if not versioning drupal sources) | ||
/core | ||
/web/vendor | ||
/web/core | ||
/web/modules/README.txt | ||
/web/profiles/README.txt | ||
/web/sites/development.services.yml | ||
/web/sites/example.settings.local.php | ||
/web/sites/example.sites.php | ||
/web/sites/README.txt | ||
/web/themes/README.txt | ||
/web/.csslintrc | ||
/web/.editorconfig | ||
/web/.eslintignore | ||
/web/.eslintrc.json | ||
/web/.gitattributes | ||
/web/.htaccess | ||
/web/.ht.router.php | ||
/web/autoload.php | ||
/web/composer.json | ||
/web/composer.lock | ||
/web/example.gitignore | ||
/web/index.php | ||
/web/INSTALL.txt | ||
/web/LICENSE.txt | ||
/web/README.txt | ||
/web/robots.txt | ||
/web/update.php | ||
/web/web.config | ||
|
||
# Ignore vendor dependencies and scripts | ||
/vendor | ||
/modules/README.txt | ||
/profiles/README.txt | ||
/themes/README.txt | ||
/sites/README.txt | ||
/sites/example.sites.php | ||
/sites/example.settings.local.php | ||
/sites/development.services.yml | ||
/.csslintrc | ||
/.editorconfig | ||
/.eslintignore | ||
/.eslintrc.json | ||
/.gitattributes | ||
/.ht.router.php | ||
/.htaccess | ||
/autoload.php | ||
/example.gitignore | ||
/index.php | ||
/INSTALL.txt | ||
/LICENSE.txt | ||
/README.txt | ||
/robots.txt | ||
/update.php | ||
/web.config | ||
/composer.phar | ||
/composer | ||
/robo.phar | ||
/robo | ||
/drush.phar | ||
/drush | ||
/drupal.phar | ||
/drupal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Ignore Flax project files | ||
Binaries/ | ||
Cache/ | ||
Logs/ | ||
Output/ | ||
Screenshots/ | ||
*.HotReload.* | ||
|
||
# Ignore Visual Studio project files (generated locally) | ||
*.csproj | ||
*.sln | ||
|
||
# Ignore thumbnails created by Windows | ||
Thumbs.db | ||
|
||
# Ignore files built by Visual Studio | ||
*.obj | ||
*.exe | ||
*.pdb | ||
*.user | ||
*.aps | ||
*.pch | ||
*.vspscc | ||
*_i.c | ||
*_p.c | ||
*.ncb | ||
*.suo | ||
*.tlb | ||
*.tlh | ||
*.bak | ||
*.cache | ||
*.ilk | ||
*.log | ||
[Bb]in | ||
[Dd]ebug*/ | ||
*.lib | ||
*.sbr | ||
obj/ | ||
[Rr]elease*/ | ||
_ReSharper*/ | ||
[Tt]est[Rr]esult* | ||
.vs/ | ||
|
||
# Ignore Nuget packages folder | ||
packages/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
*.code-workspace | ||
|
||
# Local History for Visual Studio Code | ||
.history/ | ||
*.app | ||
.snapshots/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Syncthing caches | ||
.stversions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.