Skip to content

Commit 588c2aa

Browse files
authored
Merge branch 'main' into packer-pkrvars.hcl
2 parents f75292b + 752b767 commit 588c2aa

57 files changed

Lines changed: 815 additions & 184 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**Reasons for making this change:**
2+
<!-- Include your relationship to the project and what you expect to get from this change. -->
23

34
_TODO_
45

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

AL.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### AL ###
2+
#Template for AL projects for Dynamics 365 Business Central
3+
#launch.json folder
4+
.vscode/
5+
#Cache folder
6+
.alcache/
7+
#Symbols folder
8+
.alpackages/
9+
#Snapshots folder
10+
.snapshots/
11+
#Testing Output folder
12+
.output/
13+
#Extension App-file
14+
*.app
15+
#Rapid Application Development File
16+
rad.json
17+
#Translation Base-file
18+
*.g.xlf
19+
#License-file
20+
*.flf
21+
#Test results file
22+
TestResults.xml

Android.gitignore

Lines changed: 10 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,30 @@
1-
# Built application files
2-
*.apk
3-
*.aar
4-
*.ap_
5-
*.aab
6-
7-
# Files for the ART/Dalvik VM
8-
*.dex
9-
10-
# Java class files
11-
*.class
12-
13-
# Generated files
14-
bin/
15-
gen/
16-
out/
17-
# Uncomment the following line in case you need and you don't have the release build type files in your app
18-
# release/
19-
201
# Gradle files
212
.gradle/
223
build/
234

245
# Local configuration file (sdk path, etc)
256
local.properties
267

27-
# Proguard folder generated by Eclipse
28-
proguard/
29-
30-
# Log Files
8+
# Log/OS Files
319
*.log
3210

33-
# Android Studio Navigation editor temp files
34-
.navigation/
35-
36-
# Android Studio captures folder
11+
# Android Studio generated files and folders
3712
captures/
13+
.externalNativeBuild/
14+
.cxx/
15+
*.apk
16+
output.json
3817

3918
# IntelliJ
4019
*.iml
41-
.idea/workspace.xml
42-
.idea/tasks.xml
43-
.idea/gradle.xml
44-
.idea/assetWizardSettings.xml
45-
.idea/dictionaries
46-
.idea/libraries
47-
# Android Studio 3 in .gitignore file.
48-
.idea/caches
49-
.idea/modules.xml
50-
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
51-
.idea/navEditor.xml
20+
.idea/
5221

5322
# Keystore files
54-
# Uncomment the following lines if you do not want to check your keystore files in.
55-
#*.jks
56-
#*.keystore
57-
58-
# External native build folder generated in Android Studio 2.2 and later
59-
.externalNativeBuild
60-
.cxx/
23+
*.jks
24+
*.keystore
6125

6226
# Google Services (e.g. APIs or Firebase)
63-
# google-services.json
64-
65-
# Freeline
66-
freeline.py
67-
freeline/
68-
freeline_project_description.json
69-
70-
# fastlane
71-
fastlane/report.xml
72-
fastlane/Preview.html
73-
fastlane/screenshots
74-
fastlane/test_output
75-
fastlane/readme.md
76-
77-
# Version control
78-
vcs.xml
79-
80-
# lint
81-
lint/intermediates/
82-
lint/generated/
83-
lint/outputs/
84-
lint/tmp/
85-
# lint/reports/
27+
google-services.json
8628

8729
# Android Profiling
8830
*.hprof

Autotools.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ autom4te.cache
1616
/autoscan-*.log
1717
/aclocal.m4
1818
/compile
19+
/config.cache
1920
/config.guess
2021
/config.h.in
2122
/config.log
@@ -44,8 +45,8 @@ m4/ltsugar.m4
4445
m4/ltversion.m4
4546
m4/lt~obsolete.m4
4647

47-
# Generated Makefile
48-
# (meta build system like autotools,
48+
# Generated Makefile
49+
# (meta build system like autotools,
4950
# can automatically generate from config.status script
5051
# (which is called by configure script))
5152
Makefile

CodeIgniter.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*/logs/log-*.php
33
!*/logs/index.html
44
*/cache/*
5+
!system/cache/*
56
!*/cache/index.html
67
!*/cache/.htaccess
78

Coq.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.glob
1111
*.ml.d
1212
*.ml4.d
13+
*.mlg.d
1314
*.mli.d
1415
*.mllib.d
1516
*.mlpack.d
@@ -20,7 +21,7 @@
2021
*.vo
2122
*.vok
2223
*.vos
23-
.coq-native/
24+
.coq-native
2425
.csdp.cache
2526
.lia.cache
2627
.nia.cache
@@ -31,6 +32,7 @@ lia.cache
3132
nia.cache
3233
nlia.cache
3334
nra.cache
35+
native_compute_profile_*.data
3436

3537
# generated timing files
3638
*.timing.diff

Dart.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pubspec.lock
1111
# If you don't generate documentation locally you can remove this line.
1212
doc/api/
1313

14+
# dotenv environment variables file
15+
.env*
16+
1417
# Avoid committing generated Javascript files:
1518
*.dart.js
1619
*.info.json # Produced by the --dump-info flag.

Drupal.gitignore

Lines changed: 50 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,62 @@
11
# gitignore template for Drupal 8 projects
22
#
33
# earlier versions of Drupal are tracked in `community/PHP/`
4+
#
5+
# follows official upstream conventions:
6+
# https://www.drupal.org/docs/develop/using-composer
47

58
# Ignore configuration files that may contain sensitive information
6-
/sites/*/*settings*.php
7-
/sites/*/*services*.yml
9+
/web/sites/*/*settings*.php
10+
/web/sites/*/*services*.yml
811

912
# Ignore paths that may contain user-generated content
10-
/sites/*/files
11-
/sites/*/public
12-
/sites/*/private
13-
/sites/*/files-public
14-
/sites/*/files-private
13+
/web/sites/*/files
14+
/web/sites/*/public
15+
/web/sites/*/private
16+
/web/sites/*/files-public
17+
/web/sites/*/files-private
1518

1619
# Ignore paths that may contain temporary files
17-
/sites/*/translations
18-
/sites/*/tmp
19-
/sites/*/cache
20-
21-
# Ignore testing related files
22-
/sites/simpletest
20+
/web/sites/*/translations
21+
/web/sites/*/tmp
22+
/web/sites/*/cache
2323

2424
# Ignore drupal core (if not versioning drupal sources)
25-
/core
25+
/web/vendor
26+
/web/core
27+
/web/modules/README.txt
28+
/web/profiles/README.txt
29+
/web/sites/development.services.yml
30+
/web/sites/example.settings.local.php
31+
/web/sites/example.sites.php
32+
/web/sites/README.txt
33+
/web/themes/README.txt
34+
/web/.csslintrc
35+
/web/.editorconfig
36+
/web/.eslintignore
37+
/web/.eslintrc.json
38+
/web/.gitattributes
39+
/web/.htaccess
40+
/web/.ht.router.php
41+
/web/autoload.php
42+
/web/composer.json
43+
/web/composer.lock
44+
/web/example.gitignore
45+
/web/index.php
46+
/web/INSTALL.txt
47+
/web/LICENSE.txt
48+
/web/README.txt
49+
/web/robots.txt
50+
/web/update.php
51+
/web/web.config
52+
53+
# Ignore vendor dependencies and scripts
2654
/vendor
27-
/modules/README.txt
28-
/profiles/README.txt
29-
/themes/README.txt
30-
/sites/README.txt
31-
/sites/example.sites.php
32-
/sites/example.settings.local.php
33-
/sites/development.services.yml
34-
/.csslintrc
35-
/.editorconfig
36-
/.eslintignore
37-
/.eslintrc.json
38-
/.gitattributes
39-
/.ht.router.php
40-
/.htaccess
41-
/autoload.php
42-
/example.gitignore
43-
/index.php
44-
/INSTALL.txt
45-
/LICENSE.txt
46-
/README.txt
47-
/robots.txt
48-
/update.php
49-
/web.config
55+
/composer.phar
56+
/composer
57+
/robo.phar
58+
/robo
59+
/drush.phar
60+
/drush
61+
/drupal.phar
62+
/drupal

FlaxEngine.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Ignore Flax project files
2+
Binaries/
3+
Cache/
4+
Logs/
5+
Output/
6+
Screenshots/
7+
*.HotReload.*
8+
9+
# Ignore Visual Studio project files (generated locally)
10+
*.csproj
11+
*.sln
12+
13+
# Ignore thumbnails created by Windows
14+
Thumbs.db
15+
16+
# Ignore files built by Visual Studio
17+
*.obj
18+
*.exe
19+
*.pdb
20+
*.user
21+
*.aps
22+
*.pch
23+
*.vspscc
24+
*_i.c
25+
*_p.c
26+
*.ncb
27+
*.suo
28+
*.tlb
29+
*.tlh
30+
*.bak
31+
*.cache
32+
*.ilk
33+
*.log
34+
[Bb]in
35+
[Dd]ebug*/
36+
*.lib
37+
*.sbr
38+
obj/
39+
[Rr]elease*/
40+
_ReSharper*/
41+
[Tt]est[Rr]esult*
42+
.vs/
43+
44+
# Ignore Nuget packages folder
45+
packages/

0 commit comments

Comments
 (0)