mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
We already have "kernel" and "base" and plugins also follow this pattern by only registering its name once per devel or release version. This kills ambiguity for "opnsense" vs. "opnsense-version" and makes it more branding friendly. Suffice to say "core", "kernel" and "base" are reserved names and also align with tools.git.
19 lines
287 B
Plaintext
19 lines
287 B
Plaintext
*.DS_Store
|
|
*.codekit
|
|
*.mo
|
|
*.pyc
|
|
*.sass-cache
|
|
*.volt.php
|
|
/src/etc/php.ini
|
|
/src/etc/php/**
|
|
/src/etc/pkg.conf
|
|
/src/etc/pkg/**
|
|
/src/etc/ssh/**
|
|
/src/lib/**
|
|
/src/opnsense/changelog
|
|
/src/www/wpad.dat
|
|
/src/opnsense/version/*
|
|
!/src/opnsense/version/core.in
|
|
.idea/
|
|
/src/opnsense/www/.htrouter.php
|